fix(client): clarify to use props.url (#9143)
This commit is contained in:
		
							parent
							
								
									5e21fd2caf
								
							
						
					
					
						commit
						24d18a7b19
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1,6 +1,6 @@ | ||||||
| <template> | <template> | ||||||
| <component | <component | ||||||
| 	:is="self ? 'MkA' : 'a'" ref="el" class="ieqqeuvs _link" :[attr]="self ? url.substr(local.length) : url" :rel="rel" :target="target" | 	:is="self ? 'MkA' : 'a'" ref="el" class="ieqqeuvs _link" :[attr]="self ? props.url.substring(local.length) : props.url" :rel="rel" :target="target" | ||||||
| 	@contextmenu.stop="() => {}" | 	@contextmenu.stop="() => {}" | ||||||
| > | > | ||||||
| 	<template v-if="!self"> | 	<template v-if="!self"> | ||||||
|  | @ -11,7 +11,7 @@ | ||||||
| 	<template v-if="pathname === '/' && self"> | 	<template v-if="pathname === '/' && self"> | ||||||
| 		<span class="self">{{ hostname }}</span> | 		<span class="self">{{ hostname }}</span> | ||||||
| 	</template> | 	</template> | ||||||
| 	<span v-if="pathname != ''" class="pathname">{{ self ? pathname.substr(1) : pathname }}</span> | 	<span v-if="pathname != ''" class="pathname">{{ self ? pathname.substring(1) : pathname }}</span> | ||||||
| 	<span class="query">{{ query }}</span> | 	<span class="query">{{ query }}</span> | ||||||
| 	<span class="hash">{{ hash }}</span> | 	<span class="hash">{{ hash }}</span> | ||||||
| 	<i v-if="target === '_blank'" class="fas fa-external-link-square-alt icon"></i> | 	<i v-if="target === '_blank'" class="fas fa-external-link-square-alt icon"></i> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue