logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

npm ERR! code EINTEGRITY

Vue项目报错m ERR! code EINTEGRITYnpm ERR! sha512-spKHSBQIxxS81N/O21WmuXA2F6wppUCsutpzenOeZzOCCJ5gEfcbqJP983IrpLXzYmXnMUa6J03SubcNPdKrlg== integrity checksum failed when using sha512: wanted sha512-sp...

el-checkbox点击事件阻止冒泡

本例子只使用过在element + Vueel-checkbox外层嵌套了 el-card 两个都有点击操作通过@click.stop.native只触发el-checkbox的点击操作

Uncaught TypeError: this.get(…).querySelectorAll is not a function

Vue报错页面内容加载不全,是浏览器扩展插件导致的问题如果浏览器安装了Vue Devtools这个插件,将插件改为点击时读取数据就OK了

[Vue warn]: Method "watch" has type "object" in the component definition. Did you referen

[Vue warn]: Method "watch" has type "object" in the component definition. Did you reference the function correctly?发生这个的原因是在组件中写了一个空的watch把这个watch的代码删掉就ok...

到底了