Sadick 7 年之前
父节点
当前提交
4503334f36
共有 1 个文件被更改,包括 13 次插入2 次删除
  1. 13 2
      dist/vuepouch.js

+ 13 - 2
dist/vuepouch.js

@@ -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 = {
 };
 
 /***/ })
-/******/ ]);
+/******/ ]);
+});