|
@@ -1,4 +1,14 @@
|
|
- (function(modules) {
|
|
+(function webpackUniversalModuleDefinition(root, factory) {
|
|
|
|
+ if(typeof exports === 'object' && typeof module === 'object')
|
|
|
|
+ module.exports = factory();
|
|
|
|
+ else if(typeof define === 'function' && define.amd)
|
|
|
|
+ define([], factory);
|
|
|
|
+ else if(typeof exports === 'object')
|
|
|
|
+ exports["vuepouch"] = factory();
|
|
|
|
+ else
|
|
|
|
+ root["vuepouch"] = factory();
|
|
|
|
+})(this, function() {
|
|
|
|
+return (function(modules) {
|
|
|
|
|
|
var installedModules = {};
|
|
var installedModules = {};
|
|
|
|
|
|
@@ -84,4 +94,5 @@ exports.default = {
|
|
};
|
|
};
|
|
|
|
|
|
})
|
|
})
|
|
- ]);
|
|
+ ]);
|
|
|
|
+});
|