Skip to content

Commit 2403b3b

Browse files
author
Guillaume Chau
committed
chore: v1.0.0-rc.1
1 parent 4327b38 commit 2403b3b

File tree

4 files changed

+144
-114
lines changed

4 files changed

+144
-114
lines changed

dist/vue-virtual-scroller.esm.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ function registerComponents(Vue$$1, prefix) {
17261726

17271727
var plugin = {
17281728
// eslint-disable-next-line no-undef
1729-
version: "1.0.0-beta.7",
1729+
version: "1.0.0-rc.1",
17301730
install: function install(Vue$$1, options) {
17311731
var finalOptions = Object.assign({}, {
17321732
installComponents: true,
@@ -1745,6 +1745,7 @@ var plugin = {
17451745
}
17461746
};
17471747

1748+
// Auto-install
17481749
var GlobalVue = null;
17491750
if (typeof window !== 'undefined') {
17501751
GlobalVue = window.Vue;

0 commit comments

Comments
 (0)