mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
7 lines
198 B
Vue
7 lines
198 B
Vue
<template>
|
|
<button btn-outline rounded-full font-bold py4 flex="~ gap2 center" @click="openPublishDialog()">
|
|
<div i-ri:quill-pen-line />
|
|
{{ $t('action.compose') }}
|
|
</button>
|
|
</template>
|