default.vue 102 B

123456789
  1. <template>
  2. <nuxt></nuxt>
  3. </template>
  4. <style>
  5. body {
  6. background-color: #fbf9fe;
  7. }
  8. </style>