diff --git a/docs/app/components/content/ComponentCode.vue b/docs/app/components/content/ComponentCode.vue index f0c6d9d6..414055cd 100644 --- a/docs/app/components/content/ComponentCode.vue +++ b/docs/app/components/content/ComponentCode.vue @@ -6,6 +6,7 @@ import * as theme from '#build/ui' import { get, set } from '#ui/utils' const props = defineProps<{ + class?: any /** List of props to ignore in selection */ ignore?: string[] /** List of props to hide from code and selection */ @@ -231,7 +232,7 @@ const { data: ast } = await useAsyncData(`component-code-${name}-${JSON.stringif -
+