From b5a0a46f33b8d49346a433ce50eddc1f0745ac36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Tue, 1 Aug 2023 10:35:36 +0300 Subject: [PATCH] ScrollPanel unstyled demo added --- .../{StyleDoc.vue => theming/StyledDoc.vue} | 0 doc/scrollpanel/theming/UnstyledDoc.vue | 39 +++++++++++++++++++ doc/scrollpanel/theming/index.vue | 33 ++++++++++++++++ pages/scrollpanel/index.vue | 11 ++---- 4 files changed, 76 insertions(+), 7 deletions(-) rename doc/scrollpanel/{StyleDoc.vue => theming/StyledDoc.vue} (100%) create mode 100644 doc/scrollpanel/theming/UnstyledDoc.vue create mode 100644 doc/scrollpanel/theming/index.vue diff --git a/doc/scrollpanel/StyleDoc.vue b/doc/scrollpanel/theming/StyledDoc.vue similarity index 100% rename from doc/scrollpanel/StyleDoc.vue rename to doc/scrollpanel/theming/StyledDoc.vue diff --git a/doc/scrollpanel/theming/UnstyledDoc.vue b/doc/scrollpanel/theming/UnstyledDoc.vue new file mode 100644 index 000000000..dec1e3bdd --- /dev/null +++ b/doc/scrollpanel/theming/UnstyledDoc.vue @@ -0,0 +1,39 @@ + + + diff --git a/doc/scrollpanel/theming/index.vue b/doc/scrollpanel/theming/index.vue new file mode 100644 index 000000000..e8d576787 --- /dev/null +++ b/doc/scrollpanel/theming/index.vue @@ -0,0 +1,33 @@ + + + diff --git a/pages/scrollpanel/index.vue b/pages/scrollpanel/index.vue index 7c70f463d..2e5d4051d 100644 --- a/pages/scrollpanel/index.vue +++ b/pages/scrollpanel/index.vue @@ -6,6 +6,7 @@ :componentDocs="docs" :apiDocs="['ScrollPanel']" :ptTabComponent="ptComponent" + :themingDocs="themingDoc" />