lint
This commit is contained in:
parent
d1bb7fef5f
commit
3d19008f0c
58 changed files with 114 additions and 155 deletions
|
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
import { useInstanceStore } from 'src/stores/instance.js'
|
||||
import { useInterfaceStore } from 'src/stores/interface.js'
|
||||
|
||||
|
|
@ -41,9 +39,7 @@ const UserAvatar = {
|
|||
betterShadow: useInterfaceStore().browserSupport.cssFilter,
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
||||
},
|
||||
components: {},
|
||||
methods: {
|
||||
imgSrc(src) {
|
||||
return !src || this.showPlaceholder ? this.defaultAvatar : src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue