gx
queenwuli
2022-04-23 4c851ca586c7ab21e9619404a443876ef9678bb6
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>