提交 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 is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册