This commit is contained in:
jxxghp
2023-07-27 18:20:44 +08:00
parent e0249ca168
commit 88c147fd20
7 changed files with 8 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ import { useStore } from 'vuex'
import { requiredValidator } from '@/@validators'
import api from '@/api'
import router from '@/router'
import logo from '@images/logo.svg?raw'
import logo from '@images/logo.png'
// Vuex Store
const store = useStore()
@@ -124,7 +124,7 @@ onMounted(() => {
<VCardItem class="justify-center mb-7">
<template #prepend>
<div class="d-flex">
<div v-html="logo" />
<VImg :src="logo" width="64" />
</div>
</template>