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

10 lines
90 B
Vue

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