This commit is contained in:
huoji
2022-08-22 20:15:23 +08:00
parent 3475c90afe
commit 7006b663f3
33 changed files with 9980 additions and 0 deletions

10
Web/syseye/src/App.vue Normal file
View File

@@ -0,0 +1,10 @@
<template>
<router-view />
</template>
<script>
import { defineComponent } from 'vue'
export default defineComponent({
name: 'App'
})
</script>