在nuxt.config.ts中配置

import type { NuxtConfig } from '@nuxt/types'

const config: NuxtConfig = {
 components: true,
}

export default config

  

 posted on 2020-09-16 10:42  Allen-0827  阅读(495)  评论(0)    收藏  举报