From d1125911837e524018dd20fd92f8dd68ba9b9244 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, 2 May 2023 10:19:45 +0300 Subject: [PATCH] Chart & FileUpload pt demo added --- doc/chart/pt/PTDoc.vue | 163 ++++++++++++++++++++++++++++++++++ doc/chart/pt/PTImage.vue | 8 ++ doc/chart/pt/index.vue | 41 +++++++++ doc/fileupload/pt/PTDoc.vue | 114 ++++++++++++++++++++++++ doc/fileupload/pt/PTImage.vue | 8 ++ doc/fileupload/pt/index.vue | 41 +++++++++ pages/chart/index.vue | 6 +- pages/fileupload/index.vue | 5 +- 8 files changed, 383 insertions(+), 3 deletions(-) create mode 100644 doc/chart/pt/PTDoc.vue create mode 100644 doc/chart/pt/PTImage.vue create mode 100644 doc/chart/pt/index.vue create mode 100644 doc/fileupload/pt/PTDoc.vue create mode 100644 doc/fileupload/pt/PTImage.vue create mode 100644 doc/fileupload/pt/index.vue diff --git a/doc/chart/pt/PTDoc.vue b/doc/chart/pt/PTDoc.vue new file mode 100644 index 000000000..ee7ca7f5b --- /dev/null +++ b/doc/chart/pt/PTDoc.vue @@ -0,0 +1,163 @@ + + + diff --git a/doc/chart/pt/PTImage.vue b/doc/chart/pt/PTImage.vue new file mode 100644 index 000000000..9ac50d6b4 --- /dev/null +++ b/doc/chart/pt/PTImage.vue @@ -0,0 +1,8 @@ + diff --git a/doc/chart/pt/index.vue b/doc/chart/pt/index.vue new file mode 100644 index 000000000..7a64b2684 --- /dev/null +++ b/doc/chart/pt/index.vue @@ -0,0 +1,41 @@ + + + diff --git a/doc/fileupload/pt/PTDoc.vue b/doc/fileupload/pt/PTDoc.vue new file mode 100644 index 000000000..39d764391 --- /dev/null +++ b/doc/fileupload/pt/PTDoc.vue @@ -0,0 +1,114 @@ + + + diff --git a/doc/fileupload/pt/PTImage.vue b/doc/fileupload/pt/PTImage.vue new file mode 100644 index 000000000..9ac50d6b4 --- /dev/null +++ b/doc/fileupload/pt/PTImage.vue @@ -0,0 +1,8 @@ + diff --git a/doc/fileupload/pt/index.vue b/doc/fileupload/pt/index.vue new file mode 100644 index 000000000..d8710726b --- /dev/null +++ b/doc/fileupload/pt/index.vue @@ -0,0 +1,41 @@ + + + diff --git a/pages/chart/index.vue b/pages/chart/index.vue index 10bf6c36a..f466f1c12 100755 --- a/pages/chart/index.vue +++ b/pages/chart/index.vue @@ -1,5 +1,5 @@