init state, fix examples
This commit is contained in:
parent
5265697cb2
commit
5ec06e7c08
9 changed files with 137 additions and 20 deletions
|
|
@ -14,6 +14,7 @@ o.spec("form inputs", function() {
|
|||
})
|
||||
o.afterEach(function() {
|
||||
while (root.firstChild) root.removeChild(root.firstChild)
|
||||
root.vnodes = null
|
||||
})
|
||||
|
||||
o.spec("input", function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue