This commit is contained in:
史典卓
2025-05-16 21:37:39 +08:00
parent b4ccfcd2c0
commit 45e3082575

View File

@@ -1,18 +1,17 @@
<template>
<div id="app">
<router-view />
<router-view/>
</div>
</template>
<script>
export default {
name: "app",
data () {
data() {
return {};
},
watch: {},
created () {
created() {
},
methods: {},
computed: {}