Skip to content

Commit

Permalink
publish 1.3.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Jun 27, 2022
1 parent e5a5fcf commit c72df65
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/styles/viewuiplus.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/viewuiplus.min.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -8683,8 +8683,8 @@ var LoginItem = {
props: {
rules: {
type: [Object, Array],
default(props) {
const componentName = props.name;
default() {
const componentName = getCurrentInstance().type.name;
return [
{
required: true,
Expand Down Expand Up @@ -14227,7 +14227,7 @@ const _sfc_main$1I = {
return;
}
if (this.transfer) {
const { $el } = this.$refs.drop;
const $el = this.$refs.drop.$refs.drop;
if ($el === event.target || $el.contains(event.target)) {
return;
}
Expand Down Expand Up @@ -22190,7 +22190,7 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
$props.toolbar && $props.toolbar.length > 0 ? (openBlock(), createBlock(_component_Row, {
key: 2,
"class-name": "ivu-image-preview-operations",
gutter: 12,
wrap: false,
onClick: _cache[11] || (_cache[11] = withModifiers(() => {
}, ["stop"]))
}, {
Expand Down Expand Up @@ -38362,7 +38362,7 @@ var style = {
}
};
const name = "view-ui-plus";
const version$1 = "1.3.0";
const version$1 = "1.3.1-beta.1";
const title = "ViewUIPlus";
const description = "A high quality UI components Library with Vue.js 3";
const homepage = "http://www.iviewui.com";
Expand Down
8 changes: 4 additions & 4 deletions dist/viewuiplus.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "view-ui-plus",
"version": "1.3.0",
"version": "1.3.1-beta.1",
"title": "ViewUIPlus",
"description": "A high quality UI components Library with Vue.js 3",
"homepage": "http://www.iviewui.com",
Expand Down

0 comments on commit c72df65

Please sign in to comment.