gx
queenwuli
2022-04-18 45d3d8716a8aaaf89c38042b46f20eff07829e2d
src/App.vue
@@ -1,10 +1,14 @@
<template>
  <router-view></router-view>
  <Index />
</template>
<script>
import Index from './pages/index/index'
export default {
  name: 'App'
  name: 'App',
  components: {
    Index
  }
}
</script>