cineclub-site/front/layouts/admin.vue

13 lines
170 B
Vue
Raw Normal View History

<template>
<!-- TODO add menu -->
<div class="container is-fluid"><slot /></div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="sass">
</style>