From 181b7ffbf7fc1550a797e1f4735445e939762d08 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 9 Apr 2022 16:12:24 -0500 Subject: [PATCH 1/3] working on the text feild --- src/components/TextBox.vue | 48 +++++++++++++++++++++++++++++++++++ src/components/WrapperBox.vue | 4 +-- src/pages/Editor.vue | 7 +++-- 3 files changed, 54 insertions(+), 5 deletions(-) create mode 100644 src/components/TextBox.vue diff --git a/src/components/TextBox.vue b/src/components/TextBox.vue new file mode 100644 index 0000000..5209bc0 --- /dev/null +++ b/src/components/TextBox.vue @@ -0,0 +1,48 @@ + + + + + diff --git a/src/components/WrapperBox.vue b/src/components/WrapperBox.vue index 2f894b4..caa52a7 100644 --- a/src/components/WrapperBox.vue +++ b/src/components/WrapperBox.vue @@ -16,9 +16,7 @@ function increment() {
Grid with component
Count is: {{ count }} - - hi - + diff --git a/src/pages/Editor.vue b/src/pages/Editor.vue index 3efbf92..1a39d64 100644 --- a/src/pages/Editor.vue +++ b/src/pages/Editor.vue @@ -31,8 +31,10 @@ - - + + + + @@ -48,6 +50,7 @@