fix: typos

This commit is contained in:
wisonic-s 2024-04-15 15:50:33 +08:00
parent 097a7863fb
commit 70a210c534
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
import { ref } from 'vue'
import useStore from '@/stores'
import { useRouter } from 'vue-router'
import ResetPassword from './ResetPasssword.vue'
import ResetPassword from './ResetPassword.vue'
import AboutDialog from './AboutDialog.vue'
const { user } = useStore()
const router = useRouter()