PPTist/src/App.vue
pipipi-pikachu 9b121dd871 init
2020-12-10 22:40:15 +08:00

9 lines
94 B
Vue

<template>
<router-view/>
</template>
<style lang="scss">
#app {
height: 100%;
}
</style>