From f4a76c5448b3e9bdae245314869915bb24a98b23 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 23 Sep 2020 09:43:21 +0200 Subject: [PATCH] add bullet list and ordered list to the basic example --- docs/src/demos/Examples/Basic/index.vue | 6 ++++++ docs/src/demos/Extensions/BulletList/index.vue | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/src/demos/Examples/Basic/index.vue b/docs/src/demos/Examples/Basic/index.vue index cb6fd3fb..ea2ab8c2 100644 --- a/docs/src/demos/Examples/Basic/index.vue +++ b/docs/src/demos/Examples/Basic/index.vue @@ -19,6 +19,12 @@ + + diff --git a/docs/src/demos/Extensions/BulletList/index.vue b/docs/src/demos/Extensions/BulletList/index.vue index 7808c9c7..9284ae1a 100644 --- a/docs/src/demos/Extensions/BulletList/index.vue +++ b/docs/src/demos/Extensions/BulletList/index.vue @@ -1,6 +1,6 @@