1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-09 07:46:48 +01:00
elk/components/publish/PublishButton.vue
2022-12-01 21:22:31 +08:00

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>