This commit is contained in:
zhuoda 2024-01-10 22:31:20 +08:00
parent 2861f6e8e0
commit 4142295ee1
2 changed files with 5 additions and 4 deletions

View File

@ -63,7 +63,7 @@
"vue-eslint-parser": "~9.3.1"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"repository": {
"type": "git",

View File

@ -7,10 +7,11 @@
* @Email: lab1024@163.com
* @Copyright 1024创新实验室 https://1024lab.net Since 2012
*/
import * as antIcons from '@ant-design/icons-vue';
import Antd, { message } from 'ant-design-vue';
import lodash from 'lodash';
import { createApp } from 'vue';
import Antd, { message } from 'ant-design-vue';
import * as antIcons from '@ant-design/icons-vue';
import lodash from 'lodash';
import JsonViewer from 'vue3-json-viewer';
import 'vue3-json-viewer/dist/index.css';
import App from './App.vue';