Преглед изворни кода

fix: getCurrentInstance从vue导入而非dcloudio/uni-app

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

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
liaoxg пре 3 месеци
родитељ
комит
5d7fb1f25c
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      client/pages/profile/index.vue

+ 2 - 2
client/pages/profile/index.vue

@@ -209,8 +209,8 @@
 </template>
 
 <script setup>
-import { computed } from 'vue'
-import { onShow, getCurrentInstance } from '@dcloudio/uni-app'
+import { computed, getCurrentInstance } from 'vue'
+import { onShow } from '@dcloudio/uni-app'
 import { useUserStore } from '@/stores/user'
 import { profileApi } from '@/utils/api'