nativescript-vue-fab
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.0.20](https://github.com/Akylas/nativescript-vue-fab/compare/v1.0.19...v1.0.20) (2020-04-13) | ||
**Note:** Version bump only for package nativescript-vue-fab | ||
## [1.0.19](https://github.com/Akylas/nativescript-vue-fab/compare/v1.0.18...v1.0.19) (2020-04-09) | ||
@@ -8,0 +16,0 @@ |
@@ -270,3 +270,3 @@ module.exports = | ||
get: function () { | ||
return this.actualActive; | ||
return this.parentFab.active; | ||
}, | ||
@@ -273,0 +273,0 @@ enumerable: true, |
{ | ||
"name": "nativescript-vue-fab", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "A Nativescript Vue component for Floating Action Button", | ||
@@ -27,3 +27,3 @@ "main": "main.js", | ||
}, | ||
"gitHead": "a3dca7bea887ebfaf9f4c6cbb176c622ea19fad1" | ||
"gitHead": "7d949736e112712e2d390910946ca21a29fd83d8" | ||
} |
58608