1.修改大屏副屏结构
This commit is contained in:
2023-12-06 17:14:18 +08:00
parent 89107d019d
commit 3b9b1d67fc
5 changed files with 261 additions and 7 deletions
+2 -5
View File
@@ -1,9 +1,6 @@
<script setup lang="ts">
import index from './views/index.vue';
</script>
<template>
<index />
<router-view />
</template>
<script setup lang="ts"></script>
<style lang="less" src="./assets/less/index.less"></style>
<style lang="less" scoped></style>