goview_vue/src/layout/index.vue

7 lines
154 B
Vue
Raw Normal View History

2021-12-10 14:11:49 +08:00
<template>
2022-03-14 19:52:01 +08:00
<layout-main></layout-main>
2021-12-10 14:11:49 +08:00
</template>
<script lang="ts" setup>
2022-03-14 19:52:01 +08:00
import { LayoutMain } from '@/layout/components/LayoutMain/index'
2021-12-22 15:31:20 +08:00
</script>