mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-22 21:46:23 +08:00
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> |