From a5a9086eb7f61c31807bca984ab6c3dde409efeb Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Wed, 30 Oct 2024 13:24:21 +0100 Subject: [PATCH] Add PinPicker and NumberPicker --- components/NumberPicker.vue | 23 +++++++++++++++++++++++ components/PinPicker.vue | 20 ++++++++++++++++++++ components/TextInput.vue | 2 +- components/todo/NumberPicker.vue | 0 components/todo/Pagination.vue | 0 components/todo/PinPicker.vue | 0 pages/index.vue | 10 +++++----- 7 files changed, 49 insertions(+), 6 deletions(-) create mode 100644 components/NumberPicker.vue create mode 100644 components/PinPicker.vue delete mode 100644 components/todo/NumberPicker.vue delete mode 100644 components/todo/Pagination.vue delete mode 100644 components/todo/PinPicker.vue diff --git a/components/NumberPicker.vue b/components/NumberPicker.vue new file mode 100644 index 0000000..1044459 --- /dev/null +++ b/components/NumberPicker.vue @@ -0,0 +1,23 @@ + + + \ No newline at end of file diff --git a/components/PinPicker.vue b/components/PinPicker.vue new file mode 100644 index 0000000..becccf7 --- /dev/null +++ b/components/PinPicker.vue @@ -0,0 +1,20 @@ + + + \ No newline at end of file diff --git a/components/TextInput.vue b/components/TextInput.vue index 9f2874d..66da66c 100644 --- a/components/TextInput.vue +++ b/components/TextInput.vue @@ -1,5 +1,5 @@