diff --git a/029.txt b/029.txt new file mode 100644 index 0000000000000000000000000000000000000000..6dd6316a99d033260a250ce327e2e023b2242283 --- /dev/null +++ b/029.txt @@ -0,0 +1 @@ +hello world!! \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index df36fcfb72584e00488330b560ebcf34a41c64c2..0000000000000000000000000000000000000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 3e5a13962197105f2078d2a224cc57dfa09b4893..0000000000000000000000000000000000000000 --- a/public/index.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - <%= htmlWebpackPlugin.options.title %> - - - -
- - - diff --git a/src/view/Home.vue b/src/view/Home.vue index c0f7fa2ced5b61b29f47f85fe96ecfb5d386d563..e03438c361a26cc9ab83608e0c1cd6e9fd5806f9 100644 --- a/src/view/Home.vue +++ b/src/view/Home.vue @@ -14,7 +14,7 @@ export default { data() { return { billboard: { - content: '' + content: 'hello' } } },