mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
9 lines
94 B
Vue
9 lines
94 B
Vue
<template>
|
|
<router-view/>
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
#app {
|
|
height: 100%;
|
|
}
|
|
</style> |