Enable spell checking
This commit is contained in:
parent
2b43f6444b
commit
5dc3336c4b
@ -72,7 +72,7 @@
|
|||||||
"vue-template-compiler": "^2.6.10",
|
"vue-template-compiler": "^2.6.10",
|
||||||
"wait-on": "^3.3.0"
|
"wait-on": "^3.3.0"
|
||||||
},
|
},
|
||||||
"chromium-args": "--load-extension='./node_modules/nw-vue-devtools/extension'",
|
"chromium-args": "--enable-spell-checking --load-extension='./node_modules/nw-vue-devtools/extension'",
|
||||||
"build": {
|
"build": {
|
||||||
"nwVersion": "v0.42.0",
|
"nwVersion": "v0.42.0",
|
||||||
"nwFlavor": "normal",
|
"nwFlavor": "normal",
|
||||||
@ -107,7 +107,6 @@
|
|||||||
"vue.config.js"
|
"vue.config.js"
|
||||||
],
|
],
|
||||||
"strippedProperties": [
|
"strippedProperties": [
|
||||||
"chromium-args",
|
|
||||||
"scripts",
|
"scripts",
|
||||||
"devDependencies",
|
"devDependencies",
|
||||||
"build"
|
"build"
|
||||||
@ -115,7 +114,8 @@
|
|||||||
"overriddenProperties": {
|
"overriddenProperties": {
|
||||||
"main": "http://localhost:8965",
|
"main": "http://localhost:8965",
|
||||||
"node-remote": "http://localhost:8965",
|
"node-remote": "http://localhost:8965",
|
||||||
"node-main": "server.js"
|
"node-main": "server.js",
|
||||||
|
"chromium-args": "--enable-spell-checking"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"icon": "public/icon-256.ico"
|
"icon": "public/icon-256.ico"
|
||||||
|
Loading…
Reference in New Issue
Block a user