1.0.3
windows X64, Google Chrome 版本 69.0.3497.81,Vue 版本 2.5.2
渲染表格数据时通过设置columns的customRender方法渲染图片,在控制台抛出[Vue warn]: Error in render: "ReferenceError: h is not defined"的错误
应该不是我环境配置的问题,在codesandbox这个问题也存在,希望得到作者大大的指点,怎么解决这个问题?
使用table组件的customRender无法渲染出图片并报错
是在后台商品列表时使用到这个组件,需要在表格中展示商品的图片,看文档介绍可以用customRender生成渲染函数
https://codesandbox.io/s/x2l6o14p5q
放在外部是拿不到h的
谢谢大大,是我没看清楚文档
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
Most helpful comment
https://codesandbox.io/s/x2l6o14p5q
放在外部是拿不到h的