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

View File

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