ソースを参照

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',