From 66c6493e0ba118c431c083184e761acac1587bbe Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Tue, 26 Nov 2024 01:08:24 -0500 Subject: [PATCH] Add demo presentation --- src/views/contents/ContentEditorPage.vue | 14 +- src/views/creators/CreatorHome.vue | 250 ++++++++++++++++++++--- 2 files changed, 233 insertions(+), 31 deletions(-) diff --git a/src/views/contents/ContentEditorPage.vue b/src/views/contents/ContentEditorPage.vue index 96225c9..87c30c1 100644 --- a/src/views/contents/ContentEditorPage.vue +++ b/src/views/contents/ContentEditorPage.vue @@ -38,13 +38,13 @@ const toggleHtmlEditor = () => { Quicky - - Article - + + + + + + + diff --git a/src/views/creators/CreatorHome.vue b/src/views/creators/CreatorHome.vue index 54e5a69..55c936c 100644 --- a/src/views/creators/CreatorHome.vue +++ b/src/views/creators/CreatorHome.vue @@ -1,39 +1,241 @@