vue项目中突然报错
Error in nextTick: “TypeError: Right-hand side of ‘instanceof’ is not callable”
在网上查后发现是因为props定义属性时类型写错了
props的type类型需要首字母大写
参考链接
vue项目中突然报错
Error in nextTick: “TypeError: Right-hand side of ‘instanceof’ is not callable”
在网上查后发现是因为props定义属性时类型写错了
props的type类型需要首字母大写
参考链接