-
-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathindex.js
More file actions
17 lines (17 loc) · 592 Bytes
/
index.js
File metadata and controls
17 lines (17 loc) · 592 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("vue"));
else if(typeof define === 'function' && define.amd)
define(["vue"], factory);
else if(typeof exports === 'object')
exports["VueWait"] = factory(require("vue"));
else
root["VueWait"] = factory(root["vue"]);
})(typeof self !== 'undefined' ? self : this, function(vue) {
if (vue.createApp) {
const v3 = require('./dist/vue-wait-next');
return v3
}
const v2 = require('./dist/vue-wait-v2');
return v2
})