fix: 不规范的引入

This commit is contained in:
ChenZhaoYu
2023-09-26 11:53:18 +08:00
parent 2683977e21
commit a6f670101a

View File

@@ -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 {