diff --git a/src/components/ApplyTag.vue b/src/components/ApplyTag.vue new file mode 100644 index 0000000..d84abaa --- /dev/null +++ b/src/components/ApplyTag.vue @@ -0,0 +1,41 @@ + + + + Open Modal! + + + + + + + + diff --git a/src/components/Modal.vue b/src/components/Modal.vue new file mode 100644 index 0000000..c9080f4 --- /dev/null +++ b/src/components/Modal.vue @@ -0,0 +1,123 @@ + + + + + + + This is the default tile! + + + x + + + + + + I'm the default body! + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/Home.vue b/src/views/Home.vue index f730dac..cbfdbef 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -1,5 +1,6 @@ + @@ -8,12 +9,14 @@