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

7 lines
275 B
Vue

<template>
<button color-primary btn-outline rounded-full ml-7 lg:ml-3 w-9 lg:w-auto font-bold py2 lg:py4 flex="~ gap2 center" @click="openPublishDialog()">
<div i-ri:quill-pen-line />
<span hidden lg:block>{{ $t('action.compose') }}</span>
</button>
</template>