You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
262 B
12 lines
262 B
<template>
|
|
<NuxtLayout>
|
|
<NuxtRouteAnnouncer atomic />
|
|
<NuxtPage />
|
|
</NuxtLayout>
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
// 写在nuxt.config.ts的css中会导致样式覆盖问题
|
|
@use "~/assets/scss/global.scss";
|
|
@use "~/assets/scss/common.scss";
|
|
</style>
|