mirror of
https://gitee.com/dromara/go-view.git
synced 2025-08-29 21:59:46 +08:00
7 lines
131 B
Vue
7 lines
131 B
Vue
<template>
|
|
<MainView />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { MainView } from '@/layout/components/Main/index'
|
|
</script> |