vue-loading-overlay
Advanced tools
Comparing version 3.4.1 to 3.4.2
# Changelog | ||
### [3.4.2](https://github.com/ankurk91/vue-loading-overlay/compare/3.4.1...3.4.2) | ||
* Fix: [#64](https://github.com/ankurk91/vue-loading-overlay/issues/64) | ||
### [3.4.1](https://github.com/ankurk91/vue-loading-overlay/compare/3.4.0...3.4.1) | ||
@@ -4,0 +7,0 @@ * Add type definitions |
{ | ||
"name": "vue-loading-overlay", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"description": "Vue.js component for full screen loading indicator.", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-loading.js", |
@@ -206,3 +206,3 @@ # Vue Loading Overlay Component | ||
### Browser support | ||
* [Modern](http://browserl.ist/?q=defaults%2C+not+ie+%3E+0%2Cnot+ie_mob+%3E+0) browsers only | ||
* Modern browsers only | ||
@@ -209,0 +209,0 @@ ## Run examples on your localhost |
@@ -5,3 +5,3 @@ import {Vue, VueConstructor, ExtendedVue} from 'vue/types/vue' | ||
export interface LoaderComponent extends ExtendedVue<any, any, any, any, any> { | ||
hide() | ||
hide(): void | ||
} | ||
@@ -8,0 +8,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67614