欢迎访问我的个人博客 https://jialaner.cn/
处处为坑
问题:
vue -- Cannot set property 'render' of undefined
解决方案:
组件里写了script标签,没写 export default {}
加上这句话之后就没问题了
欢迎访问我的个人博客 https://jialaner.cn/
处处为坑
问题:
vue -- Cannot set property 'render' of undefined
解决方案:
组件里写了script标签,没写 export default {}
加上这句话之后就没问题了