Nuxt/examples/with-vux/layouts/default.vue

9 lines
94 B
Vue

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