App.vue 111 Bytes
Newer Older
zjt committed
1 2 3 4 5 6 7 8 9 10 11
<template>
  <router-view/>
</template>

<style lang="scss">
#app {
  width: 100%;
  height: 100%;
}
</style>