From af3c7d9f91075b51a24ce8a6833e5cceb5567d5b Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Wed, 29 Jul 2020 22:49:33 -0600 Subject: [PATCH] Add template Vue file so I don't need to type it anew every time --- component_template.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 component_template.vue diff --git a/component_template.vue b/component_template.vue new file mode 100644 index 0000000..1aff4e9 --- /dev/null +++ b/component_template.vue @@ -0,0 +1,17 @@ + + + + + \ No newline at end of file