提交 70c13594 编写于 作者: fxy060608's avatar fxy060608

feat(v3): wxs

上级 b96a72b7
......@@ -7394,8 +7394,8 @@ function updateWxsProps(oldVnode, vnode) {
wxsProps[prop](
newVal,
oldVal,
context.$getComponentDescriptor(),
vnode.elm.__vue__.$getComponentDescriptor()
context.$getComponentDescriptor(context, true),
vnode.elm.__vue__.$getComponentDescriptor(vnode.elm.__vue__, false)
);
});
});
......
......@@ -6735,8 +6735,8 @@ function updateWxsProps(oldVnode, vnode) {
wxsProps[prop](
newVal,
oldVal,
context.$getComponentDescriptor(),
vnode.elm.__vue__.$getComponentDescriptor()
context.$getComponentDescriptor(context, true),
vnode.elm.__vue__.$getComponentDescriptor(vnode.elm.__vue__, false)
);
});
});
......
......@@ -6763,8 +6763,8 @@ function updateWxsProps(oldVnode, vnode) {
wxsProps[prop](
newVal,
oldVal,
context.$getComponentDescriptor(),
vnode.elm.__vue__.$getComponentDescriptor()
context.$getComponentDescriptor(context, true),
vnode.elm.__vue__.$getComponentDescriptor(vnode.elm.__vue__, false)
);
});
});
......
......@@ -6757,8 +6757,8 @@ function updateWxsProps(oldVnode, vnode) {
wxsProps[prop](
newVal,
oldVal,
context.$getComponentDescriptor(),
vnode.elm.__vue__.$getComponentDescriptor()
context.$getComponentDescriptor(context, true),
vnode.elm.__vue__.$getComponentDescriptor(vnode.elm.__vue__, false)
);
});
});
......
......@@ -6739,8 +6739,8 @@
wxsProps[prop](
newVal,
oldVal,
context.$getComponentDescriptor(),
vnode.elm.__vue__.$getComponentDescriptor()
context.$getComponentDescriptor(context, true),
vnode.elm.__vue__.$getComponentDescriptor(vnode.elm.__vue__, false)
);
});
});
......
......@@ -6724,8 +6724,8 @@ function updateWxsProps(oldVnode, vnode) {
wxsProps[prop](
newVal,
oldVal,
context.$getComponentDescriptor(),
vnode.elm.__vue__.$getComponentDescriptor()
context.$getComponentDescriptor(context, true),
vnode.elm.__vue__.$getComponentDescriptor(vnode.elm.__vue__, false)
);
});
});
......
......@@ -6746,8 +6746,8 @@ function updateWxsProps(oldVnode, vnode) {
wxsProps[prop](
newVal,
oldVal,
context.$getComponentDescriptor(),
vnode.elm.__vue__.$getComponentDescriptor()
context.$getComponentDescriptor(context, true),
vnode.elm.__vue__.$getComponentDescriptor(vnode.elm.__vue__, false)
);
});
});
......
......@@ -6728,8 +6728,8 @@
wxsProps[prop](
newVal,
oldVal,
context.$getComponentDescriptor(),
vnode.elm.__vue__.$getComponentDescriptor()
context.$getComponentDescriptor(context, true),
vnode.elm.__vue__.$getComponentDescriptor(vnode.elm.__vue__, false)
);
});
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册