fix deck navigation

This commit is contained in:
syuilo
2020-12-27 18:13:50 +09:00
parent 3fc427b699
commit 3c65e7b76e
3 changed files with 17 additions and 8 deletions

View File

@@ -22,6 +22,14 @@ export default defineComponent({
XSidebar
},
provide() {
return {
navHook: (url) => {
os.pageWindow(url);
}
};
},
data() {
return {
host: host,