1
0
Fork 1
mirror of https://example.com synced 2024-11-25 03:16:42 +09:00
This commit is contained in:
syuilo 2020-10-25 15:45:47 +09:00
parent 06083f40d9
commit 25d8077474

View file

@ -80,9 +80,9 @@ export default defineComponent({
provide() {
return {
sideViewHook: (url) => {
sideViewHook: this.isDesktop ? (url) => {
this.$refs.side.navigate(url);
}
} : null
};
},