1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-03-07 16:45:39 +03:00
elk/pages/compose.vue

11 lines
158 B
Vue
Raw Normal View History

<script setup lang="ts">
const { t } = useI18n()
useHeadFixed({
title: () => t('nav.compose'),
})
</script>
2023-01-05 16:42:36 +01:00
<template>
<PublishWidgetFull />
</template>