gx
queenwuli
2022-04-06 efaee5b0376cc6a94b53a52f7d81ececb77dcc8b
src/App.vue
@@ -1,19 +1,14 @@
<template>
  <Index></Index>
  <router-view></router-view>
</template>
<script>
import Index from './pages/index/index'
export default {
  name: 'App',
  components: {
    Index
  }
  name: 'App'
}
</script>
<style>
<style >
#app {
  font-family: ui-rounded,SF Pro Rounded,SF Pro Text,medium-content-sans-serif-font,-apple-system,BlinkMacSystemFont,ui-sans-serif,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  -webkit-font-smoothing: antialiased;