12 lines
167 B
Vue
12 lines
167 B
Vue
|
|
<template>
|
||
|
|
<Layout>
|
||
|
|
<template #sidebar>
|
||
|
|
ddd
|
||
|
|
</template>
|
||
|
|
</Layout>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script setup lang="ts">
|
||
|
|
import Layout from '../layout.vue'
|
||
|
|
</script>
|