提交 14069c6f 编写于 作者: K kevinluohuan

添加 component is 测试用例

上级 812493a4
module.exports = [{
desc: 'should pass component is attribute check',
input: {
part: {
line: 0,
rawContent: ["<template lang='vue",
"<component :is='currentComp' class='comp-normal' :class='comp-directive'></button>",
'</template>'].join('\n'),
params: {
lang: ''
}
},
jsonAst: {}
},
output: {
start: 0,
messages: []
}
}];
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册