index.vue 154 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <template> <layout-main></layout-main> </template> <script lang="ts" setup> import { LayoutMain } from '@/layout/components/LayoutMain/index' </script>