@v2coding/ui 1.1.1 → 1.1.2

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.
@@ -10587,7 +10587,7 @@ var DefaultTypes = {
10587
10587
  direction: 'vertical'
10588
10588
  }
10589
10589
  }) : null, h('el-button', {
10590
- attrs: props,
10590
+ class: props.class,
10591
10591
  props: _objectSpread2({
10592
10592
  type: 'text',
10593
10593
  size: 'mini'
@@ -10627,7 +10627,7 @@ var DefaultTypes = {
10627
10627
  props = _objectWithoutProperties(_ref9, _excluded2$1);
10628
10628
 
10629
10629
  return h('el-dropdown-item', {
10630
- attrs: props,
10630
+ class: props.class,
10631
10631
  props: _objectSpread2(_objectSpread2({}, props), {}, {
10632
10632
  command: key
10633
10633
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@v2coding/ui",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "",
5
5
 
6
6
  "main": "dist/v2coding-ui.ssr.js",