Skip to content

Commit a6f6701

Browse files
committed
fix: 不规范的引入
1 parent 2683977 commit a6f6701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Setting/About.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<script setup lang='ts'>
22
import { computed, onMounted, ref } from 'vue'
33
import { NSpin } from 'naive-ui'
4+
import pkg from '../../../../package.json'
45
import { fetchChatConfig } from '@/api'
5-
import pkg from '@/../package.json'
66
import { useAuthStore } from '@/store'
77
88
interface ConfigState {

0 commit comments

Comments
 (0)