{{ currentValue }}@@ -16,21 +32,6 @@ size="small" @blur="onEditBlur" /> - - - -
diff --git a/.gitignore b/.gitignore index f90ee3a42..b9970b410 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ tests/**/coverage/ *.sln .env.development .python-version + +helper.json \ No newline at end of file diff --git a/Users/guang/Library/Application Support/Code/User/settings.json b/Users/guang/Library/Application Support/Code/User/settings.json new file mode 100644 index 000000000..144039a55 --- /dev/null +++ b/Users/guang/Library/Application Support/Code/User/settings.json @@ -0,0 +1,10 @@ +{ + "editor.formatOnSave": true, + "editor.defaultFormatter": "esbenp.prettier-vscode", + "[vue]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "prettier.printWidth": 100, + "prettier.singleAttributePerLine": true, + "editor.wordWrap": "on" +} \ No newline at end of file diff --git a/jsconfig.json b/jsconfig.json index ed079e2b9..6ac79b214 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -5,5 +5,6 @@ "@/*": ["src/*"] } }, + "include": ["src"], "exclude": ["node_modules", "dist"] } diff --git a/package.json b/package.json index 83ca7d71d..ae3fa20db 100644 --- a/package.json +++ b/package.json @@ -94,6 +94,7 @@ "@vue/cli-plugin-unit-jest": "3.6.3", "@vue/cli-service": "3.6.0", "@vue/test-utils": "1.0.0-beta.29", + "@vue/runtime-dom": "3.5.13", "autoprefixer": "^9.5.1", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.1", @@ -120,7 +121,7 @@ "serve-static": "^1.16.0", "strip-ansi": "^7.1.0", "svg-sprite-loader": "4.1.3", - "svgo": "1.2.2", + "svgo": "1.2.4", "vue-i18n-extract": "^1.1.1", "vue-template-compiler": "2.6.10" }, diff --git a/public/index.html b/public/index.html index 5e4975076..929de155d 100644 --- a/public/index.html +++ b/public/index.html @@ -2,37 +2,70 @@
- - - - - - + + + + + +