- Installazione primo Sito Web del server
- Creazione prima pagina Home
This commit is contained in:
@@ -3,7 +3,7 @@ import { useQuasar } from 'quasar'
|
||||
import { useI18n } from '@src/boot/i18n'
|
||||
import { useUserStore } from '@store/UserStore'
|
||||
import { useGlobalStore } from '@store/globalStore'
|
||||
import { defineComponent, PropType, ref } from 'vue'
|
||||
import { defineComponent, computed, PropType, ref } from 'vue'
|
||||
import { IUserFields } from 'model'
|
||||
import { shared_consts } from '@/common/shared_vuejs'
|
||||
import { CLabel } from '@/components/CLabel'
|
||||
@@ -35,6 +35,8 @@ export default defineComponent({
|
||||
const showsendCoinTo = ref(false)
|
||||
const showingtooltip = ref(false)
|
||||
|
||||
const site = computed(() => globalStore.site)
|
||||
|
||||
function myusername() {
|
||||
return userStore.my.username
|
||||
}
|
||||
@@ -84,6 +86,7 @@ export default defineComponent({
|
||||
myusername,
|
||||
showingtooltip,
|
||||
clickOpenSendCoin,
|
||||
site,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user