From f6b5ca26ab66f840bd54be5e15d75091bd274c1d 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: Fri, 28 Apr 2023 16:41:43 +0300 Subject: [PATCH] Toast pt demo added --- doc/toast/pt/PTDoc.vue | 80 ++++++++++++++++++++++++++++++++++++++++ doc/toast/pt/PTImage.vue | 8 ++++ doc/toast/pt/index.vue | 41 ++++++++++++++++++++ pages/toast/index.vue | 6 ++- 4 files changed, 133 insertions(+), 2 deletions(-) create mode 100644 doc/toast/pt/PTDoc.vue create mode 100644 doc/toast/pt/PTImage.vue create mode 100644 doc/toast/pt/index.vue diff --git a/doc/toast/pt/PTDoc.vue b/doc/toast/pt/PTDoc.vue new file mode 100644 index 000000000..89a043eec --- /dev/null +++ b/doc/toast/pt/PTDoc.vue @@ -0,0 +1,80 @@ + + + diff --git a/doc/toast/pt/PTImage.vue b/doc/toast/pt/PTImage.vue new file mode 100644 index 000000000..9ac50d6b4 --- /dev/null +++ b/doc/toast/pt/PTImage.vue @@ -0,0 +1,8 @@ + diff --git a/doc/toast/pt/index.vue b/doc/toast/pt/index.vue new file mode 100644 index 000000000..b92e88beb --- /dev/null +++ b/doc/toast/pt/index.vue @@ -0,0 +1,41 @@ + + + diff --git a/pages/toast/index.vue b/pages/toast/index.vue index 833c9852a..c05ef233b 100755 --- a/pages/toast/index.vue +++ b/pages/toast/index.vue @@ -1,5 +1,5 @@