@websanova/vue-auth
Advanced tools
Comparing version 2.18.2-beta to 2.18.3-beta
{ | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.18.2-beta" | ||
"@websanova/vue-auth": "2.18.3-beta" | ||
}, | ||
@@ -5,0 +5,0 @@ |
{ | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.18.2-beta", | ||
"@websanova/vue-auth": "2.18.3-beta", | ||
"axios": "0.16.2", | ||
@@ -5,0 +5,0 @@ "vue-axios": "2.0.2" |
{ | ||
"dependencies": { | ||
"nuxt": "1.0.0-rc3", | ||
"@websanova/vue-auth": "2.18.2-beta", | ||
"@websanova/vue-auth": "2.18.3-beta", | ||
"vue-resource": "1.3.4", | ||
@@ -6,0 +6,0 @@ "axios": "0.16.2", |
@@ -47,3 +47,3 @@ { | ||
"dependencies": { | ||
"@websanova/vue-auth": "2.18.2-beta", | ||
"@websanova/vue-auth": "2.18.3-beta", | ||
"axios": "^0.16.2", | ||
@@ -50,0 +50,0 @@ "compression": "^1.6.2", |
@@ -5,2 +5,3 @@ # Change Log | ||
* Fix compile issue when using `function` shorthand. | ||
* Update 2.x demo to include 401 redirect. | ||
@@ -7,0 +8,0 @@ * Add ability to set `response_type` for oauth2. |
@@ -17,3 +17,3 @@ { | ||
"version": "2.18.2-beta", | ||
"version": "2.18.3-beta", | ||
@@ -20,0 +20,0 @@ "repository": { |
@@ -503,3 +503,3 @@ var __utils = require('./lib/utils.js'), | ||
watch: { | ||
loaded(val) { | ||
loaded: function (val) { | ||
if (val === true && _this.options.readyCallback) { | ||
@@ -506,0 +506,0 @@ _this.options.readyCallback(); |
766179