From d9e769cddd0c1e15ab40150b84c9f91e4a65b454 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: Mon, 10 Apr 2023 17:00:54 +0300 Subject: [PATCH] Fieldset & ScrollPanel pt tab added --- doc/fieldset/pt/PTDoc.vue | 67 +++++++++++++++++++++++++++ doc/fieldset/pt/PTImage.vue | 8 ++++ doc/fieldset/pt/index.vue | 41 +++++++++++++++++ doc/scrollpanel/pt/PTDoc.vue | 84 ++++++++++++++++++++++++++++++++++ doc/scrollpanel/pt/PTImage.vue | 8 ++++ doc/scrollpanel/pt/index.vue | 41 +++++++++++++++++ pages/fieldset/index.vue | 7 ++- pages/scrollpanel/index.vue | 13 +++++- 8 files changed, 265 insertions(+), 4 deletions(-) create mode 100644 doc/fieldset/pt/PTDoc.vue create mode 100644 doc/fieldset/pt/PTImage.vue create mode 100644 doc/fieldset/pt/index.vue create mode 100644 doc/scrollpanel/pt/PTDoc.vue create mode 100644 doc/scrollpanel/pt/PTImage.vue create mode 100644 doc/scrollpanel/pt/index.vue diff --git a/doc/fieldset/pt/PTDoc.vue b/doc/fieldset/pt/PTDoc.vue new file mode 100644 index 000000000..f4987d977 --- /dev/null +++ b/doc/fieldset/pt/PTDoc.vue @@ -0,0 +1,67 @@ + + + diff --git a/doc/fieldset/pt/PTImage.vue b/doc/fieldset/pt/PTImage.vue new file mode 100644 index 000000000..889386693 --- /dev/null +++ b/doc/fieldset/pt/PTImage.vue @@ -0,0 +1,8 @@ + diff --git a/doc/fieldset/pt/index.vue b/doc/fieldset/pt/index.vue new file mode 100644 index 000000000..56ef35d8a --- /dev/null +++ b/doc/fieldset/pt/index.vue @@ -0,0 +1,41 @@ + + + diff --git a/doc/scrollpanel/pt/PTDoc.vue b/doc/scrollpanel/pt/PTDoc.vue new file mode 100644 index 000000000..33683b78c --- /dev/null +++ b/doc/scrollpanel/pt/PTDoc.vue @@ -0,0 +1,84 @@ + + + diff --git a/doc/scrollpanel/pt/PTImage.vue b/doc/scrollpanel/pt/PTImage.vue new file mode 100644 index 000000000..74ea95aa2 --- /dev/null +++ b/doc/scrollpanel/pt/PTImage.vue @@ -0,0 +1,8 @@ + diff --git a/doc/scrollpanel/pt/index.vue b/doc/scrollpanel/pt/index.vue new file mode 100644 index 000000000..e839c1a80 --- /dev/null +++ b/doc/scrollpanel/pt/index.vue @@ -0,0 +1,41 @@ + + + diff --git a/pages/fieldset/index.vue b/pages/fieldset/index.vue index 85e6b3f7d..2b8cea9ea 100755 --- a/pages/fieldset/index.vue +++ b/pages/fieldset/index.vue @@ -1,5 +1,5 @@