diff --git a/docs/app/components/content/ComponentExample.vue b/docs/app/components/content/ComponentExample.vue index cd3c97c8..b9f4691a 100644 --- a/docs/app/components/content/ComponentExample.vue +++ b/docs/app/components/content/ComponentExample.vue @@ -54,6 +54,7 @@ const props = withDefaults(defineProps<{ const slots = defineSlots<{ options(props?: {}): any + code(props?: {}): any }>() const { $prettier } = useNuxtApp() @@ -183,6 +184,11 @@ const urlSearchParams = computed(() => new URLSearchParams(optionsValues.value). - +