- Statistiche
- Menu e Sottomenu - Lista ultimi Movimenti
This commit is contained in:
@@ -29,7 +29,8 @@ export default defineComponent({
|
||||
|
||||
const site = computed(() => globalStore.site)
|
||||
|
||||
const { getMyUsername, Username } = MixinUsers()
|
||||
|
||||
const { getMyUsername, Username, getMyImg } = MixinUsers()
|
||||
|
||||
function mounted() {
|
||||
// mounted
|
||||
@@ -45,6 +46,7 @@ export default defineComponent({
|
||||
Username,
|
||||
tools,
|
||||
site,
|
||||
getMyImg,
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user