Skip to content

Commit

Permalink
release 1.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Jul 10, 2024
1 parent 5ff2105 commit 2ba3c29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/viewuiplus.min.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -23896,7 +23896,7 @@ Spin.newInstance = (properties) => {
});
},
remove(cb) {
spin2.visible = false;
_instance.refs.spin.visible = false;
setTimeout(function() {
Instance.unmount();
document.body.removeChild(container);
Expand Down Expand Up @@ -38620,7 +38620,7 @@ var style = {
}
};
const name = "view-ui-plus";
const version$1 = "1.3.17";
const version$1 = "1.3.18";
const title = "ViewUIPlus";
const description = "A high quality UI components Library with Vue.js 3";
const homepage = "http://www.iviewui.com";
Expand Down
4 changes: 2 additions & 2 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.17",
"version": "1.3.18",
"title": "ViewUIPlus",
"description": "A high quality UI components Library with Vue.js 3",
"homepage": "http://www.iviewui.com",
Expand Down

0 comments on commit 2ba3c29

Please sign in to comment.