From 70a210c534ba39b2ecfa127b77c34eaf481bb275 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Mon, 15 Apr 2024 15:50:33 +0800 Subject: [PATCH] fix: typos --- .../top-bar/avatar/{ResetPasssword.vue => ResetPassword.vue} | 0 ui/src/layout/components/top-bar/avatar/index.vue | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ui/src/layout/components/top-bar/avatar/{ResetPasssword.vue => ResetPassword.vue} (100%) diff --git a/ui/src/layout/components/top-bar/avatar/ResetPasssword.vue b/ui/src/layout/components/top-bar/avatar/ResetPassword.vue similarity index 100% rename from ui/src/layout/components/top-bar/avatar/ResetPasssword.vue rename to ui/src/layout/components/top-bar/avatar/ResetPassword.vue diff --git a/ui/src/layout/components/top-bar/avatar/index.vue b/ui/src/layout/components/top-bar/avatar/index.vue index dd3a316cb..19bdcdbb5 100644 --- a/ui/src/layout/components/top-bar/avatar/index.vue +++ b/ui/src/layout/components/top-bar/avatar/index.vue @@ -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()