7 lines
154 B
Vue
7 lines
154 B
Vue
<template>
|
|
<layout-main></layout-main>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { LayoutMain } from '@/layout/components/LayoutMain/index'
|
|
</script> |