TypeError相关的文章推荐

Uncaught TypeError: Cannot read properties of undefined (reading ‘install‘)报错

vue页面Uncaught TypeError: Cannot read properties of undefined (reading install)报错,页面全空白。 然后发现是自己写的指令全局引用的原因 使用了export导出 export { preventReClick } 所以引用的时候不能 import preventReClick  from '@/directives'Vue.use(preventReClick) 正确的应该

11条记录