mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
14 lines
255 B
Vue
14 lines
255 B
Vue
<template>
|
|
<router-view/>
|
|
</template>
|
|
|
|
<style lang="stylus">
|
|
#app
|
|
font-family Avenir, Helvetica, Arial, sans-serif
|
|
-webkit-font-smoothing antialiased
|
|
-moz-osx-font-smoothing grayscale
|
|
text-align center
|
|
color #2c3e50
|
|
margin-top 60px
|
|
</style>
|