提交 c14f569e 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

perf(uts): 自定义组件 v-model 绑定复杂表达式提醒补充链接

上级 997d98ab
......@@ -21,7 +21,7 @@ export const transformModel: DirectiveTransform = (dir, node, context) => {
) {
context.onError(
createCompilerError(100, dir.loc, {
100: `When custom components use "v-model" to bind complex expressions, you must specify the type using "as".`,
100: `When custom components use "v-model" to bind complex expressions, you must specify the type using "as", 详见:https://uniapp.dcloud.net.cn/uni-app-x/component/#v-model-complex-expression`,
})
)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册