From aff52325a2c9bf3a23c5e0d84c5a241c453f6b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 5 Mar 2020 09:24:30 +0100 Subject: [PATCH] add more demos --- content/posts/test.md | 14 +++++++++++++- src/demos/Basic/index.vue | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 src/demos/Basic/index.vue diff --git a/content/posts/test.md b/content/posts/test.md index 9d0015df..2f81de1e 100644 --- a/content/posts/test.md +++ b/content/posts/test.md @@ -3,4 +3,16 @@ title: Test slug: test --- - \ No newline at end of file +# Super epic editor demo + +- magic +- epic + + + +# Super epic time demo + +- nice numbers +- nice time + + \ No newline at end of file diff --git a/src/demos/Basic/index.vue b/src/demos/Basic/index.vue new file mode 100644 index 00000000..cdb9d360 --- /dev/null +++ b/src/demos/Basic/index.vue @@ -0,0 +1,18 @@ + + + \ No newline at end of file