初始提交

This commit is contained in:
wanyongkang
2020-10-04 10:30:08 +08:00
commit 3193537726
441 changed files with 171716 additions and 0 deletions

14
src/App.vue Normal file
View File

@@ -0,0 +1,14 @@
<template>
<router-view ></router-view>
</template>
<script>
export default {
name: 'App'
}
</script>
<style>
#app {
}
</style>