https://stackoverflow.com/questions/52056358/vue-cli-3-project-not-working-on-ie-11vue-cli
Install babel-polyfill using command "npm install --save babel-polyfill".
"Import babel-polyfill" in your main.js or index.js file at the top of above all imported packages.npm
在數據Ajax以後, this.uploadAsset.importing = false , 不起做用.babel
方案:
this.uploadAsset = Object.assign({}, this.uploadAsset, {importing: false});this
或者get
把 importing 提到數據最頂級io