@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.
package/dist/v2coding-ui.ssr.js
CHANGED
|
@@ -10587,7 +10587,7 @@ var DefaultTypes = {
|
|
|
10587
10587
|
direction: 'vertical'
|
|
10588
10588
|
}
|
|
10589
10589
|
}) : null, h('el-button', {
|
|
10590
|
-
|
|
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
|
-
|
|
10630
|
+
class: props.class,
|
|
10631
10631
|
props: _objectSpread2(_objectSpread2({}, props), {}, {
|
|
10632
10632
|
command: key
|
|
10633
10633
|
})
|