Skip to content

Commit 00816fc

Browse files
committed
v0.10.7-beta.6
1 parent 41f7082 commit 00816fc

File tree

6 files changed

+24
-14
lines changed

6 files changed

+24
-14
lines changed

lib/VueFinalModal.esm.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,5 +543,9 @@ const VueFinalModal = __vue_component__;
543543
const install = function (Vue) {
544544
Vue.component('VueFinalModal', VueFinalModal);
545545
};
546+
var index = {
547+
install,
548+
VueFinalModal
549+
};
546550

547-
export { VueFinalModal, install };
551+
export default index;

lib/VueFinalModal.esm.min.js

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

lib/VueFinalModal.umd.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
(function (global, factory) {
2-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3-
typeof define === 'function' && define.amd ? define(['exports'], factory) :
4-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.VueFinalModal = {}));
5-
}(this, (function (exports) { 'use strict';
2+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
3+
typeof define === 'function' && define.amd ? define(factory) :
4+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.VueFinalModal = factory());
5+
}(this, (function () { 'use strict';
66

77
function _toConsumableArray(arr) {
88
if (Array.isArray(arr)) {
@@ -549,10 +549,11 @@
549549
const install = function (Vue) {
550550
Vue.component('VueFinalModal', VueFinalModal);
551551
};
552+
var index = {
553+
install,
554+
VueFinalModal
555+
};
552556

553-
exports.VueFinalModal = VueFinalModal;
554-
exports.install = install;
555-
556-
Object.defineProperty(exports, '__esModule', { value: true });
557+
return index;
557558

558559
})));

0 commit comments

Comments
 (0)