Nuxt/examples/with-vux/layouts/default.vue
2018-03-09 18:07:47 +08:00

9 lines
94 B
Vue

<template>
<nuxt></nuxt>
</template>
<style>
body {
background-color: #fbf9fe;
}
</style>