Fix bug
This commit is contained in:
		
							parent
							
								
									8230935fd3
								
							
						
					
					
						commit
						e3f6d42a47
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -103,7 +103,7 @@ export default Vue.component('mk-note-html', {
 | 
				
			||||||
				case 'hashtag':
 | 
									case 'hashtag':
 | 
				
			||||||
					return createElement('a', {
 | 
										return createElement('a', {
 | 
				
			||||||
						attrs: {
 | 
											attrs: {
 | 
				
			||||||
							href: `${url}/tags/${token.content}`,
 | 
												href: `${url}/tags/${token.hashtag}`,
 | 
				
			||||||
							target: '_blank'
 | 
												target: '_blank'
 | 
				
			||||||
						}
 | 
											}
 | 
				
			||||||
					}, token.content);
 | 
										}, token.content);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue