소스 검색

fix(frontend): ProfileMenu 组件导入路径修正

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
liaoxg 1 개월 전
부모
커밋
87a5ca4a1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cfc-frontend/components/ProfileMenu.vue

+ 1 - 1
cfc-frontend/components/ProfileMenu.vue

@@ -122,7 +122,7 @@
 
 <script>
 import { setPassword, verifyPassword, updateMemberVisibility, getVisibleFamilyMembers, vendorStatus, ensureFamily, getUserIntent, chooseUserIntent } from '../utils/api.js'
-import IntentPicker from '../components/intent-picker.vue'
+import IntentPicker from './intent-picker.vue'
 
 export default {
   name: 'ProfileMenu',