1
0
mirror of https://github.com/elk-zone/elk synced 2025-01-04 08:52:49 +09:00
elk/components/publish/PublishButton.vue
2022-11-24 16:04:53 +08:00

7 lines
177 B
Vue

<template>
<button btn-outline rounded-full font-bold py4 flex="~ gap2 center" @click="openPublishDialog">
<div i-ri:quill-pen-line />
Compose
</button>
</template>