Enable spell checking

This commit is contained in:
The Jared Wilcurt 2019-11-07 08:02:01 -05:00 committed by GitHub
parent 2b43f6444b
commit 5dc3336c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"