refactor(projects): 项目依赖信息直接从package.json获取
This commit is contained in:
@ -11,8 +11,8 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { NDescriptions, NDescriptionsItem } from 'naive-ui';
|
||||
import { packageVersion } from '@/utils';
|
||||
import { packageJson } from '@/utils';
|
||||
|
||||
const { dependencies } = packageVersion;
|
||||
const { dependencies } = packageJson;
|
||||
</script>
|
||||
<style scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user