-Added Profile.vue and his components - select color and upload pictures UI

This commit is contained in:
PascalMarchesseault
2024-06-28 02:08:58 -04:00
parent 411049cc6d
commit e8fac33d81
5 changed files with 196 additions and 141 deletions

View File

@@ -109,7 +109,7 @@
</header>
</template>
<script setup>
<script setup>
import MyUserModel from "@/models/myUserModel.js";
import {useClient} from "@/plugins/api.js";
import {ref, onMounted, onBeforeUnmount} from "vue";
@@ -151,10 +151,6 @@ const handleClickOutside = (event) => {
}
};
const navigateToWallet = () => {
router.push('/wallet');
};
const navigateToMessages = () => {
router.push('/messages');
};