diff --git a/apps/showcase/doc/editor/FormDoc.vue b/apps/showcase/doc/editor/FormDoc.vue new file mode 100644 index 000000000..4ef4b8722 --- /dev/null +++ b/apps/showcase/doc/editor/FormDoc.vue @@ -0,0 +1,130 @@ + + + diff --git a/apps/showcase/pages/editor/index.vue b/apps/showcase/pages/editor/index.vue index 6686fc8a4..6e27fb4f4 100755 --- a/apps/showcase/pages/editor/index.vue +++ b/apps/showcase/pages/editor/index.vue @@ -6,6 +6,7 @@ import AccessibilityDoc from '@/doc/editor/AccessibilityDoc.vue'; import BasicDoc from '@/doc/editor/BasicDoc.vue'; import ImportDoc from '@/doc/editor/ImportDoc.vue'; +import FormDoc from '@/doc/editor/FormDoc.vue'; import QuillDoc from '@/doc/editor/QuillDoc.vue'; import ReadOnlyDoc from '@/doc/editor/ReadOnlyDoc.vue'; import TemplateDoc from '@/doc/editor/TemplateDoc.vue'; @@ -31,6 +32,11 @@ export default { label: 'Basic', component: BasicDoc }, + { + id: 'form', + label: 'Form', + component: FormDoc + }, { id: 'readonly', label: 'ReadOnly',