This commit is contained in:
Paolo Arena
2021-09-02 21:29:24 +02:00
parent 04a9ce2232
commit 1c3df0fac1
21 changed files with 1291 additions and 673 deletions

View File

@@ -18,8 +18,8 @@ export default defineComponent({
setup(props) {
let myicon = ref('')
let myimgint = ref('')
const myicon = ref('')
const myimgint = ref('')
const userStore = useUserStore()
const imgprofile = ref(userStore.my.profile.img)