-
- {{ prop.default }}
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -34,8 +21,4 @@ const camelName = useCamelCase(slug)
const name = `U${useUpperFirst(camelName)}`
const meta = await fetchComponentMeta(name)
-
-const metaProps = computed(() => useSortBy(meta?.meta?.props || [], [
- prop => ['string', 'number', 'boolean', 'any'].indexOf(prop.type)
-]))
diff --git a/docs/components/content/ComponentPropsField.vue b/docs/components/content/ComponentPropsField.vue
new file mode 100644
index 00000000..9e359fd7
--- /dev/null
+++ b/docs/components/content/ComponentPropsField.vue
@@ -0,0 +1,43 @@
+