Skip to content

Commit

Permalink
fix: 不规范的引入
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanzhaoyu committed Sep 26, 2023
1 parent 2683977 commit a6f6701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Setting/About.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script setup lang='ts'>
import { computed, onMounted, ref } from 'vue'
import { NSpin } from 'naive-ui'
import pkg from '../../../../package.json'
import { fetchChatConfig } from '@/api'
import pkg from '@/../package.json'
import { useAuthStore } from '@/store'
interface ConfigState {
Expand Down

0 comments on commit a6f6701

Please sign in to comment.