报错t.isBuffer is not a function

报错截图:


image.png

该问题是别人的浏览器正常,我的浏览器却报错,最终发现是chrome浏览器插件的原因。
我安装了一个 Vue.js devtools 插件出错,导致了该问题。

VM6882:1 Uncaught TypeError: t.isBuffer is not a function
    at l (:1:1543)
    at i (:1:2395)
    at Object.n.once.t (:1:915)
    at Object.e (:1:369)
    at Object.emit (:1:688)
    at devtoolPlugin (vuex.esm.js:51)
    at new Store (vuex.esm.js:354)
    at Object.cbRa (index.js:13)
    at __webpack_require__ (bootstrap ac99b47fc4e390481f81:54)
    at webpackJsonpCallback (bootstrap ac99b47fc4e390481f81:25)

你可能感兴趣的:(报错t.isBuffer is not a function)