選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
160B

  1. <template>
  2. <div>
  3. <nuxt/>
  4. </div>
  5. </template>
  6. <style>
  7. html {
  8. background-color: config('colors.white');
  9. font-family: config('fonts.sans');
  10. }
  11. </style>