Skip to content

Commit c72df65

Browse files
committed
publish 1.3.1-beta.1
1 parent e5a5fcf commit c72df65

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

dist/styles/viewuiplus.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/viewuiplus.min.esm.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8683,8 +8683,8 @@ var LoginItem = {
86838683
props: {
86848684
rules: {
86858685
type: [Object, Array],
8686-
default(props) {
8687-
const componentName = props.name;
8686+
default() {
8687+
const componentName = getCurrentInstance().type.name;
86888688
return [
86898689
{
86908690
required: true,
@@ -14227,7 +14227,7 @@ const _sfc_main$1I = {
1422714227
return;
1422814228
}
1422914229
if (this.transfer) {
14230-
const { $el } = this.$refs.drop;
14230+
const $el = this.$refs.drop.$refs.drop;
1423114231
if ($el === event.target || $el.contains(event.target)) {
1423214232
return;
1423314233
}
@@ -22190,7 +22190,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
2219022190
$props.toolbar && $props.toolbar.length > 0 ? (openBlock(), createBlock(_component_Row, {
2219122191
key: 2,
2219222192
"class-name": "ivu-image-preview-operations",
22193-
gutter: 12,
22193+
wrap: false,
2219422194
onClick: _cache[11] || (_cache[11] = withModifiers(() => {
2219522195
}, ["stop"]))
2219622196
}, {
@@ -38362,7 +38362,7 @@ var style = {
3836238362
}
3836338363
};
3836438364
const name = "view-ui-plus";
38365-
const version$1 = "1.3.0";
38365+
const version$1 = "1.3.1-beta.1";
3836638366
const title = "ViewUIPlus";
3836738367
const description = "A high quality UI components Library with Vue.js 3";
3836838368
const homepage = "http://www.iviewui.com";

dist/viewuiplus.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "view-ui-plus",
3-
"version": "1.3.0",
3+
"version": "1.3.1-beta.1",
44
"title": "ViewUIPlus",
55
"description": "A high quality UI components Library with Vue.js 3",
66
"homepage": "http://www.iviewui.com",

0 commit comments

Comments
 (0)