摘要:
generateUUID () { let d = new Date().getTime() if (window.performance && typeof window.performance.now 'function') { d += performance.now() // use hig 阅读全文
摘要:
在 node_modules/element-ui/lib/element-ui.common.js 补上以下代码(function (window) { try { new MouseEvent('test'); return false; // No need to polyfill } cat 阅读全文
摘要:
在main.js写 // eslint-disable-next-line no-extend-nativeArray.prototype.indexOf = function (val) { for (let i = 0; i < this.length; i++) { if (this[i] v 阅读全文