We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2683977 commit a6f6701Copy full SHA for a6f6701
src/components/common/Setting/About.vue
@@ -1,8 +1,8 @@
1
<script setup lang='ts'>
2
import { computed, onMounted, ref } from 'vue'
3
import { NSpin } from 'naive-ui'
4
+import pkg from '../../../../package.json'
5
import { fetchChatConfig } from '@/api'
-import pkg from '@/../package.json'
6
import { useAuthStore } from '@/store'
7
8
interface ConfigState {
0 commit comments