解决IE兼容性问题,降级simple-drawing-board 到1.4.1

This commit is contained in:
dqjdda
2019-09-08 11:57:37 +08:00
parent d41b76a9ac
commit 0956bb3aa0
2 changed files with 3 additions and 3 deletions

View File

@@ -21,12 +21,12 @@ Vue.use(mavonEditor)
Vue.use(permission)
Vue.use(ElementUI, { locale })
Vue.config.productionTip = false
require('babel-polyfill')
const routerPush = Router.prototype.push
Router.prototype.push = function push(location) {
return routerPush.call(this, location).catch(error => error)
}
require('babel-polyfill')
new Vue({
el: '#app',