2020年9月16日
摘要: 在nuxt.config.ts中配置 import type { NuxtConfig } from '@nuxt/types' const config: NuxtConfig = { components: true, } export default config 阅读全文
posted @ 2020-09-16 10:42 Allen-0827 阅读(495) 评论(0) 推荐(0)
摘要: 在需要的页面配置 watchQuery: ['page'] 阅读全文
posted @ 2020-09-16 10:37 Allen-0827 阅读(1397) 评论(0) 推荐(0)