提交 9c5f11a5 作者: 无木

fix: remove warning in building action

移除build过程中的警告
上级 6c08dae9
### ✨ Features
- **其它** `.env`文件中的`VITE_PROXY`配置支持单引号
- **其它**
- `.env`文件中的`VITE_PROXY`配置支持单引号
- 移除 build 过程中的警告
### 🐛 Bug Fixes
......@@ -13,6 +15,7 @@
- 修复点击遮罩、按下`Esc`键都不能关闭`Modal`的问题
- 修复点击关闭按钮、最大化按钮旁边的空白区域也会导致`Modal`关闭的问题
- **BasicTree** 修复节点插槽不起作用的问题
- **CodeEditor** 修复可能会造成的`Build`失败的问题
- **其它** 修复多标签在某些情况下关闭页签不会跳转路由的问题
## 2.7.2(2021-09-14)
......
......@@ -8,7 +8,7 @@
import { PageWrapper } from '/@/components/Page';
import { useDesign } from '/@/hooks/web/useDesign';
import intro from 'intro.js';
import 'intro.js/introjs.css';
import 'intro.js/minified/introjs.min.css';
export default defineComponent({
components: { PageWrapper },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论