Browse Source

不配置

test
lingxiao 2 years ago
parent
commit
f052e384bf
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      package.json

+ 3
- 1
package.json View File

@ -4,7 +4,9 @@
"private": true, "private": true,
"scripts": { "scripts": {
"TRIM": "vue-cli-service --mode TRIM", "TRIM": "vue-cli-service --mode TRIM",
"build:TRIM": "vue-cli-service build --mode TRIM"
"JIS5300": "vue-cli-service --mode JIS5300",
"build:TRIM": "vue-cli-service build --mode TRIM",
"build:JIS5300": "vue-cli-service build --mode JIS5300"
}, },
"dependencies": { "dependencies": {
"@vue/composition-api": "^1.0.0-rc.12", "@vue/composition-api": "^1.0.0-rc.12",


Loading…
Cancel
Save