Fix bug
This commit is contained in:
		
							parent
							
								
									06083f40d9
								
							
						
					
					
						commit
						25d8077474
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -80,9 +80,9 @@ export default defineComponent({ | |||
| 
 | ||||
| 	provide() { | ||||
| 		return { | ||||
| 			sideViewHook: (url) => { | ||||
| 			sideViewHook: this.isDesktop ? (url) => { | ||||
| 				this.$refs.side.navigate(url); | ||||
| 			} | ||||
| 			} : null | ||||
| 		}; | ||||
| 	}, | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue