mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 文件名修改
This commit is contained in:
parent
ec68915b0e
commit
abbb4ca64a
File diff suppressed because it is too large
Load Diff
|
|
@ -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