diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..367d206 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "nuxt.isNuxtApp": false +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 6910ef8..68ffc7d 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - + <%= htmlWebpackPlugin.options.title %> diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..bda12e7 Binary files /dev/null and b/public/logo.png differ diff --git a/src/App.vue b/src/App.vue index 597a31e..f52c47a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@