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
};
},