From d1f4dee4601660d566ff35302fae9be775defba9 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, 5 May 2023 15:57:15 +0300 Subject: [PATCH] InputText & InputNumber pt demos added --- doc/inputnumber/pt/PTDoc.vue | 101 +++++++++++++++++++++++++++++++++ doc/inputnumber/pt/PTImage.vue | 8 +++ doc/inputnumber/pt/index.vue | 41 +++++++++++++ doc/inputtext/pt/PTDoc.vue | 57 +++++++++++++++++++ doc/inputtext/pt/PTImage.vue | 8 +++ doc/inputtext/pt/index.vue | 41 +++++++++++++ pages/inputnumber/index.vue | 8 ++- pages/inputtext/index.vue | 8 ++- 8 files changed, 266 insertions(+), 6 deletions(-) create mode 100644 doc/inputnumber/pt/PTDoc.vue create mode 100644 doc/inputnumber/pt/PTImage.vue create mode 100644 doc/inputnumber/pt/index.vue create mode 100644 doc/inputtext/pt/PTDoc.vue create mode 100644 doc/inputtext/pt/PTImage.vue create mode 100644 doc/inputtext/pt/index.vue diff --git a/doc/inputnumber/pt/PTDoc.vue b/doc/inputnumber/pt/PTDoc.vue new file mode 100644 index 000000000..71fb0c16e --- /dev/null +++ b/doc/inputnumber/pt/PTDoc.vue @@ -0,0 +1,101 @@ + + + diff --git a/doc/inputnumber/pt/PTImage.vue b/doc/inputnumber/pt/PTImage.vue new file mode 100644 index 000000000..9ac50d6b4 --- /dev/null +++ b/doc/inputnumber/pt/PTImage.vue @@ -0,0 +1,8 @@ + diff --git a/doc/inputnumber/pt/index.vue b/doc/inputnumber/pt/index.vue new file mode 100644 index 000000000..aa8973fed --- /dev/null +++ b/doc/inputnumber/pt/index.vue @@ -0,0 +1,41 @@ + + + diff --git a/doc/inputtext/pt/PTDoc.vue b/doc/inputtext/pt/PTDoc.vue new file mode 100644 index 000000000..37d08d296 --- /dev/null +++ b/doc/inputtext/pt/PTDoc.vue @@ -0,0 +1,57 @@ + + + diff --git a/doc/inputtext/pt/PTImage.vue b/doc/inputtext/pt/PTImage.vue new file mode 100644 index 000000000..9ac50d6b4 --- /dev/null +++ b/doc/inputtext/pt/PTImage.vue @@ -0,0 +1,8 @@ + diff --git a/doc/inputtext/pt/index.vue b/doc/inputtext/pt/index.vue new file mode 100644 index 000000000..e9b6db7c0 --- /dev/null +++ b/doc/inputtext/pt/index.vue @@ -0,0 +1,41 @@ + + + diff --git a/pages/inputnumber/index.vue b/pages/inputnumber/index.vue index b5ff3c24e..f4d8563c3 100755 --- a/pages/inputnumber/index.vue +++ b/pages/inputnumber/index.vue @@ -1,5 +1,5 @@