mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-03 07:29:59 +00:00
7 lines
177 B
Vue
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>
|