From 13778d2192dd79dbe8c6de3b87c18693b1b98368 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Tue, 26 Jan 2021 01:14:20 +0100 Subject: [PATCH] add a new example --- .../demos/Examples/Community/MentionList.vue | 112 ++++++++++++++ .../demos/Examples/Community/index.spec.js | 7 + docs/src/demos/Examples/Community/index.vue | 139 ++++++++++++++++++ docs/src/docPages/examples/community.md | 3 + docs/src/links.yaml | 4 +- 5 files changed, 264 insertions(+), 1 deletion(-) create mode 100644 docs/src/demos/Examples/Community/MentionList.vue create mode 100644 docs/src/demos/Examples/Community/index.spec.js create mode 100644 docs/src/demos/Examples/Community/index.vue create mode 100644 docs/src/docPages/examples/community.md diff --git a/docs/src/demos/Examples/Community/MentionList.vue b/docs/src/demos/Examples/Community/MentionList.vue new file mode 100644 index 00000000..ff08520e --- /dev/null +++ b/docs/src/demos/Examples/Community/MentionList.vue @@ -0,0 +1,112 @@ + + + + + diff --git a/docs/src/demos/Examples/Community/index.spec.js b/docs/src/demos/Examples/Community/index.spec.js new file mode 100644 index 00000000..f0a0ab4f --- /dev/null +++ b/docs/src/demos/Examples/Community/index.spec.js @@ -0,0 +1,7 @@ +context('/demos/Examples/Community', () => { + before(() => { + cy.visit('/demos/Examples/Community') + }) + + // TODO: Write tests +}) diff --git a/docs/src/demos/Examples/Community/index.vue b/docs/src/demos/Examples/Community/index.vue new file mode 100644 index 00000000..ae62a8a8 --- /dev/null +++ b/docs/src/demos/Examples/Community/index.vue @@ -0,0 +1,139 @@ + + + + + diff --git a/docs/src/docPages/examples/community.md b/docs/src/docPages/examples/community.md new file mode 100644 index 00000000..20ad6492 --- /dev/null +++ b/docs/src/docPages/examples/community.md @@ -0,0 +1,3 @@ +# Community + + diff --git a/docs/src/links.yaml b/docs/src/links.yaml index 809dce3d..b9d41b7c 100644 --- a/docs/src/links.yaml +++ b/docs/src/links.yaml @@ -37,7 +37,9 @@ - title: Multiple editors link: /examples/multiple-editors type: draft - + - title: Community + link: /examples/community + type: draft - title: Guide items: