init
This commit is contained in:
14
javascript-version/layouts/default.vue
Normal file
14
javascript-version/layouts/default.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup>
|
||||
import DefaultLayoutWithVerticalNav from './components/DefaultLayoutWithVerticalNav.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<DefaultLayoutWithVerticalNav>
|
||||
<slot />
|
||||
</DefaultLayoutWithVerticalNav>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
// As we are using `layouts` plugin we need its styles to be imported
|
||||
@use "@layouts/styles/default-layout";
|
||||
</style>
|
||||
Reference in New Issue
Block a user