Uncaught DOMException: Failed to read the ‘cssRules’ property from ‘CSSStyleSheet’: Cannot access rulesvue3+vue-router4在应用过程中,通过composition api watch对router对象进行监听时,会呈现这个问题。 {代码…} 解决办法,别监听整个router对象,改为监听其某个属性,如监听path的变动就能够了。Uncaught (…
目前jest只能用26+的版本,不能用最新的27+,我一开始间接用的npm install jest –save-dev装置,各种配置配好后运行报了一个莫名其妙的谬误Cannot destructure property ‘config’ of ‘undefined’,查看源码发现是vue-jest中getCacheKey的第4个参数解构失败报错,再搜寻了一下发现是jest调用vue-jest的getCacheKey办法的…