elk/components/publish/PublishButton.vue

7 lines
198 B
Vue
Raw Normal View History

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