初始化

This commit is contained in:
clay
2021-12-27 18:00:02 +08:00
commit a75166d228
323 changed files with 30338 additions and 0 deletions

11
ebts-ui/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>