1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-16 17:09:59 +01:00
elk/components/publish/PublishButton.vue

7 lines
177 B
Vue
Raw Normal View History

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