mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: typos
This commit is contained in:
parent
097a7863fb
commit
70a210c534
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue