美文网首页
'v-slot' directive doesn't suppo

'v-slot' directive doesn't suppo

作者: 简陌刀丶阿吉 | 来源:发表于2020-08-20 11:00 被阅读0次

    发生原因:

    Eslint校验出现问题,vue2.0之后出现的。

    解决方案:

    出现Eslint错误:

    <template v-slot:item.actions="{ item }">
    

    没有错误:

    <template v-slot:[`item.actions`]="{ item }">

    相关文章

      网友评论

          本文标题:'v-slot' directive doesn't suppo

          本文链接:https://www.haomeiwen.com/subject/oldsjktx.html