App.vue 95 B

1234567
  1. <template>
  2. <router-view />
  3. </template>
  4. <style lang="scss">
  5. @import './app.scss';
  6. </style>