include onUnmount
This commit is contained in:
@@ -512,4 +512,4 @@ if (typeof window !== "undefined") {
|
|||||||
.forEach(tag => { window[tag] = (props, children) => h(tag, props, children) })
|
.forEach(tag => { window[tag] = (props, children) => h(tag, props, children) })
|
||||||
}
|
}
|
||||||
|
|
||||||
export { $, $$, watch, h, when, each, router, mount, batch }
|
export { $, $$, watch, batch, h, mount, when, each, router, onUnmount }
|
||||||
Reference in New Issue
Block a user