@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.esm.js
CHANGED
|
@@ -10236,7 +10236,7 @@ const DefaultTypes = {
|
|
|
10236
10236
|
direction: 'vertical'
|
|
10237
10237
|
}
|
|
10238
10238
|
}) : null, h('el-button', {
|
|
10239
|
-
|
|
10239
|
+
class: props.class,
|
|
10240
10240
|
props: {
|
|
10241
10241
|
type: 'text',
|
|
10242
10242
|
size: 'mini',
|
|
@@ -10278,7 +10278,7 @@ const DefaultTypes = {
|
|
|
10278
10278
|
...props
|
|
10279
10279
|
} = _ref8;
|
|
10280
10280
|
return h('el-dropdown-item', {
|
|
10281
|
-
|
|
10281
|
+
class: props.class,
|
|
10282
10282
|
props: { ...props,
|
|
10283
10283
|
command: key
|
|
10284
10284
|
}
|