kbone
kbone copied to clipboard
ios真机调试报错 selector = selector.replace(regexp, onProcess)
打包后的项目在真机调试上报 undefined is not a function 报错指向 selector = selector.replace(regexp, onProcess)
在模拟器退出页面时报 this.$__classList.$$recycle is not a function 报错指向 element.js 的 if (!value && this.$__classList) this.$__classList.$$recycle()
给下具体的 demo ?