在nuxt.config.ts中配置
import type { NuxtConfig } from '@nuxt/types' const config: NuxtConfig = { components: true, } export default config