init project

This commit is contained in:
2022-06-27 11:24:02 +08:00
parent 8798ab81de
commit 24c6e2e9a8
442 changed files with 45502 additions and 0 deletions

11
qd/src/App.vue Normal file
View File

@@ -0,0 +1,11 @@
<template>
<div id="app">
<router-view />
</div>
</template>
<script>
export default {
name: 'App'
}
</script>