mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	fix bug
This commit is contained in:
		
							parent
							
								
									878b154604
								
							
						
					
					
						commit
						83a53c1008
					
				
					 3 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -41,7 +41,7 @@ export default defineComponent({
 | 
				
			||||||
				title: this.clip.name,
 | 
									title: this.clip.name,
 | 
				
			||||||
				icon: 'fas fa-paperclip',
 | 
									icon: 'fas fa-paperclip',
 | 
				
			||||||
				action: {
 | 
									action: {
 | 
				
			||||||
					icon: 'fas fa-ellipsis'H,
 | 
										icon: 'fas fa-ellipsis-h',
 | 
				
			||||||
					handler: this.menu
 | 
										handler: this.menu
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			} : null),
 | 
								} : null),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -73,14 +73,14 @@ const Component = defineComponent({
 | 
				
			||||||
				userName: this.user,
 | 
									userName: this.user,
 | 
				
			||||||
				avatar: this.user,
 | 
									avatar: this.user,
 | 
				
			||||||
				action: {
 | 
									action: {
 | 
				
			||||||
					icon: 'fas fa-ellipsis'H,
 | 
										icon: 'fas fa-ellipsis-h',
 | 
				
			||||||
					handler: this.menu,
 | 
										handler: this.menu,
 | 
				
			||||||
				},
 | 
									},
 | 
				
			||||||
			} : {
 | 
								} : {
 | 
				
			||||||
				title: this.group.name,
 | 
									title: this.group.name,
 | 
				
			||||||
				icon: 'fas fa-users',
 | 
									icon: 'fas fa-users',
 | 
				
			||||||
				action: {
 | 
									action: {
 | 
				
			||||||
					icon: 'fas fa-ellipsis'H,
 | 
										icon: 'fas fa-ellipsis-h',
 | 
				
			||||||
					handler: this.menu,
 | 
										handler: this.menu,
 | 
				
			||||||
				},
 | 
									},
 | 
				
			||||||
			} : null),
 | 
								} : null),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -61,7 +61,7 @@ export default defineComponent({
 | 
				
			||||||
		return {
 | 
							return {
 | 
				
			||||||
			[symbols.PAGE_INFO]: {
 | 
								[symbols.PAGE_INFO]: {
 | 
				
			||||||
				title: this.$ts.other,
 | 
									title: this.$ts.other,
 | 
				
			||||||
				icon: 'fas fa-ellipsis'H
 | 
									icon: 'fas fa-ellipsis-h'
 | 
				
			||||||
			},
 | 
								},
 | 
				
			||||||
			debug,
 | 
								debug,
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue