提交 f58035a3 编写于 作者: Q qiang

chore: build

上级 6e5d9469
......@@ -23668,6 +23668,11 @@ var serviceContext = (function () {
break
case V_FOR:
return setForData.call(this, id, value)
case 'is': {
if (typeof value === 'function') {
value = value.options;
}
}
}
return ((this._$newData[id] || (this._$newData[id] = {}))[name] = value)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册