mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: remove unused route import in password.vue
This commit is contained in:
parent
d643e7e683
commit
0fc4a59e96
|
|
@ -13,7 +13,6 @@ import { ref, computed } from 'vue'
|
|||
import useStore from '@/stores'
|
||||
import { t } from '@/locales'
|
||||
import { useRoute, useRouter } from 'vue-router'
|
||||
const route = useRoute()
|
||||
const FormRef = ref()
|
||||
|
||||
const { chatUser } = useStore()
|
||||
|
|
|
|||
Loading…
Reference in New Issue