0
点赞
收藏
分享

微信扫一扫

Iview Button type脱坑

Java旺 2022-12-05 阅读 112


解决[Vue warn]: Invalid prop: custom validator check failed for prop “type”. found in

---> <Button>
<TableCell>
<TableTr>
<TableBody>
<Table>
<Modal>

根据提示找Button 下的type,直接裂开,好像都找不到
后来在表格的render 函数中发现一个

Iview Button type脱坑_Vue

主要是使用iview 3X版本的,type 里边不能写没有官方文档指出的 type 写的时候要注意不能由空格


举报

相关推荐

0 条评论