1
0
mirror of https://github.com/elk-zone/elk synced 2025-01-06 09:52:49 +09:00
elk/components/publish/PublishButton.vue

7 lines
177 B
Vue
Raw Normal View History

2022-11-24 17:04:53 +09:00
<template>
<button btn-outline rounded-full font-bold py4 flex="~ gap2 center" @click="openPublishDialog">
<div i-ri:quill-pen-line />
Compose
</button>
</template>