fix deck navigation
This commit is contained in:
parent
3fc427b699
commit
3c65e7b76e
3 changed files with 17 additions and 8 deletions
|
@ -50,6 +50,14 @@ export default defineComponent({
|
|||
DeckColumnCore,
|
||||
},
|
||||
|
||||
provide() {
|
||||
return deckStore.state.navWindow ? {
|
||||
navHook: (url) => {
|
||||
os.pageWindow(url);
|
||||
}
|
||||
} : {};
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
deckStore,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue