fix: remove unused route import in password.vue

v3.2
wxg0103 2025-07-16 15:17:23 +08:00
parent d643e7e683
commit 0fc4a59e96
1 changed files with 0 additions and 1 deletions

View File

@ -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()