发生原因:
Eslint校验出现问题,vue2.0之后出现的。
解决方案:
出现Eslint错误:
<template v-slot:item.actions="{ item }">
没有错误:
<template v-slot:[`item.actions`]="{ item }">
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
网友评论