mirror of
https://github.com/chillzhuang/Saber.git
synced 2025-04-04 20:17:15 +08:00
19 lines
152 B
Vue
Executable File
19 lines
152 B
Vue
Executable File
<template>
|
|
<router-view />
|
|
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
html,
|
|
body,
|
|
#app {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|