Browse Source

support to IE11

pull/2485/head
偏右 8 years ago
committed by GitHub
parent
commit
88be0d2bed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/config.js

2
config/config.js

@ -15,7 +15,7 @@ export default {
hmr: true,
},
targets: {
ie: 9,
ie: 11,
},
locale: {
enable: true, // default false

Loading…
Cancel
Save