diff --git a/example/menu/menu.jsx b/example/menu/menu.jsx index 56376be..39d261d 100644 --- a/example/menu/menu.jsx +++ b/example/menu/menu.jsx @@ -11,8 +11,6 @@ const call = async (stear, { find, resolve, close, render, call, include, event /*event.onBeforRerender = async () => { }*/ /*event.onAfterRerender = async () => { }*/ - event.onHashChange - let menu = [ include(splash), include(apps), @@ -68,4 +66,4 @@ const call = async (stear, { find, resolve, close, render, call, include, event ; } -export default new SWindow({ call, backgroundColor: "#dde", hash:"/" }); \ No newline at end of file +export default new SWindow({ call, backgroundColor: "#dde"}); \ No newline at end of file