1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-21 14:09:25 -05: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
};
},