您最多选择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>