Skip to content

Commit 2ba3c29

Browse files
committed
release 1.3.18
1 parent 5ff2105 commit 2ba3c29

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/viewuiplus.min.esm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23896,7 +23896,7 @@ Spin.newInstance = (properties) => {
2389623896
});
2389723897
},
2389823898
remove(cb) {
23899-
spin2.visible = false;
23899+
_instance.refs.spin.visible = false;
2390023900
setTimeout(function() {
2390123901
Instance.unmount();
2390223902
document.body.removeChild(container);
@@ -38620,7 +38620,7 @@ var style = {
3862038620
}
3862138621
};
3862238622
const name = "view-ui-plus";
38623-
const version$1 = "1.3.17";
38623+
const version$1 = "1.3.18";
3862438624
const title = "ViewUIPlus";
3862538625
const description = "A high quality UI components Library with Vue.js 3";
3862638626
const homepage = "http://www.iviewui.com";

dist/viewuiplus.min.js

Lines changed: 2 additions & 2 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.17",
3+
"version": "1.3.18",
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)