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 @@