初始代码

初始代码
This commit is contained in:
2021-05-20 19:26:16 +08:00
parent dd47448288
commit c307eb3802
27 changed files with 13569 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<template>
<div id="q-app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
}
</script>