vue-async-computed
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -1,3 +0,1 @@ | ||
'use strict'; | ||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
@@ -7,3 +5,3 @@ | ||
(typeof exports === 'undefined' ? 'undefined' : _typeof(exports)) === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : global.AsyncComputed = factory(); | ||
})(undefined, function () { | ||
})(this, function () { | ||
'use strict'; | ||
@@ -10,0 +8,0 @@ |
{ | ||
"name": "vue-async-computed", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Async computed properties for Vue", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-async-computed.js", |
@@ -105,3 +105,3 @@ <big><h1 align="center">vue-async-computed</h1></big> | ||
--> | ||
<script src="https://unpkg.com/vue-async-computed@3.4.0"></script> | ||
<script src="https://unpkg.com/vue-async-computed@3.4.1"></script> | ||
```` | ||
@@ -108,0 +108,0 @@ |
28052
314