mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
docs(nuxt.config): typecheck with new nuxt-component-meta
This commit is contained in:
@@ -102,6 +102,7 @@ export default defineNuxtConfig({
|
|||||||
process.env.NUXT_UI_PRO_PATH ? resolve(process.env.NUXT_UI_PRO_PATH, '.docs', 'components') : '.c12'
|
process.env.NUXT_UI_PRO_PATH ? resolve(process.env.NUXT_UI_PRO_PATH, '.docs', 'components') : '.c12'
|
||||||
],
|
],
|
||||||
metaFields: {
|
metaFields: {
|
||||||
|
type: false,
|
||||||
props: true,
|
props: true,
|
||||||
slots: true,
|
slots: true,
|
||||||
events: false,
|
events: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user