|
@@ -1,4 +1,14 @@
|
|
|
-/******/ (function(modules) { // webpackBootstrap
|
|
|
+(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) { // webpackBootstrap
|
|
|
/******/ // The module cache
|
|
|
/******/ var installedModules = {};
|
|
|
/******/
|
|
@@ -84,4 +94,5 @@ exports.default = {
|
|
|
};
|
|
|
|
|
|
/***/ })
|
|
|
-/******/ ]);
|
|
|
+/******/ ]);
|
|
|
+});
|