提交 77f391da 作者: 翁进城

v1.2.3

fix: 修正机库定位图标样式冲突
上级 2a6cd12a
流水线 #9536 已失败 于阶段
...@@ -52,6 +52,8 @@ Vue.use(MMCSTL); ...@@ -52,6 +52,8 @@ Vue.use(MMCSTL);
* 修正外部平台集成时的问题 * 修正外部平台集成时的问题
## v1.2.2 ## v1.2.2
* 修正iconfont.css样式冲突 * 修正iconfont.css样式冲突
## v1.2.3
* 修正机库定位图标样式冲突
## 项目结构 ## 项目结构
``` ```
......
{ {
"name": "mmc-stl-vue2", "name": "mmc-stl-vue2",
"version": "1.2.2", "version": "1.2.3",
"description": "科比特前端标准化组件", "description": "科比特前端标准化组件",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
...@@ -6,9 +6,9 @@ import ElementUI from "element-ui"; ...@@ -6,9 +6,9 @@ import ElementUI from "element-ui";
import "element-ui/lib/theme-chalk/index.css"; import "element-ui/lib/theme-chalk/index.css";
// import MMCSTL from 'mmc-stl-vue2'; // import MMCSTL from 'mmc-stl-vue2';
// import MMCSTL from 'mmc-stl-vue2-dist'; // import MMCSTL from 'mmc-stl-vue2-dist';
import MMCSTL from '../../index'; // import MMCSTL from '../../index';
// import MMCSTL from '../../dist/index'; import MMCSTL from '../../dist/index';
// import '../../dist/style/index.css'; import '../../dist/style/index.css';
// Vue.config.productionTip = false // Vue.config.productionTip = false
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论