diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..4077fbb --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,5 @@ +{ + "include": [ + "./src/**/*" + ] + } \ No newline at end of file diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index e97992e..74cec53 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -1,69 +1,67 @@