docs(nuxt.config): typecheck with new nuxt-component-meta

This commit is contained in:
Benjamin Canac
2023-12-06 22:32:08 +01:00
parent 2c2ff0f473
commit 6b52963339

View File

@@ -102,6 +102,7 @@ export default defineNuxtConfig({
process.env.NUXT_UI_PRO_PATH ? resolve(process.env.NUXT_UI_PRO_PATH, '.docs', 'components') : '.c12'
],
metaFields: {
type: false,
props: true,
slots: true,
events: false,