mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 00:18:20 +01:00
8 lines
157 B
Vue
8 lines
157 B
Vue
<template>
|
|
<slot />
|
|
<ComposerDialog />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import ComposerDialog from "~/components/composer/dialog.vue";
|
|
</script> |