docs: configure componentMeta with globalsOnly

This commit is contained in:
Benjamin Canac
2023-07-20 11:19:34 +02:00
parent a0f485c49d
commit 5a9910c2a3

View File

@@ -43,6 +43,7 @@ export default defineNuxtConfig({
payloadExtraction: true
},
componentMeta: {
globalsOnly: true,
metaFields: {
props: true,
slots: false,