Enable the tests for #1804
This commit is contained in:
parent
9016091adf
commit
4197cf0ae1
2 changed files with 11 additions and 11 deletions
|
|
@ -725,6 +725,9 @@ module.exports = function($window) {
|
|||
}
|
||||
else element.setAttribute(key === "className" ? "class" : key, value)
|
||||
}
|
||||
}
|
||||
function removeAttr(vnode, key, old, ns) {
|
||||
|
||||
}
|
||||
function setLateAttrs(vnode) {
|
||||
var attrs = vnode.attrs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue