elk/components/publish/PublishButton.vue

7 lines
198 B
Vue
Raw Normal View History

2022-11-24 08:04:53 +00:00
<template>
2022-12-01 13:22:03 +00:00
<button btn-outline rounded-full font-bold py4 flex="~ gap2 center" @click="openPublishDialog()">
2022-11-24 08:04:53 +00:00
<div i-ri:quill-pen-line />
2022-11-29 06:57:32 +00:00
{{ $t('action.compose') }}
2022-11-24 08:04:53 +00:00
</button>
</template>