eoss-mobiles 0.3.21 → 0.3.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
1
  @import './common/var.scss';
2
+ @import './flow-list-task-read.scss';
2
3
  .em-flow-list {
3
4
  width: 100%;
4
5
  // background-color: #fff;
package/src/index.js CHANGED
@@ -105,7 +105,7 @@ if (typeof window !== 'undefined' && window.Vue) {
105
105
  }
106
106
 
107
107
  export default {
108
- version: '0.3.21',
108
+ version: '0.3.22',
109
109
  install,
110
110
  Button,
111
111
  ButtonGroup,