vue-full-loading
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "vue-full-loading", | ||
"version": "1.0.3", | ||
"description": "Full overlay loading with spinner for Vue", | ||
"version": "1.0.4", | ||
"description": "Full overlay with spinner for Vue", | ||
"main": "src/index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
# Vue Full Loading | ||
Full overlay loading with spinner for Vue. | ||
Full overlay with spinner for Vue. | ||
Perfect for performing a task in the background avoiding any other action on the screen. | ||
Can be easily handled by your <b>central event bus</b> | ||
<p align="center"> | ||
<img width="600" src="https://raw.githubusercontent.com/PygmySlowLoris/vue-full-loading/master/demo.gif"/> | ||
</p> | ||
<a href="https://pygmyslowloris.github.io/vue-full-loading/"> Live Demo</a> | ||
@@ -45,4 +50,4 @@ | ||
:event-bus="myEventBus" | ||
:event-show="show-my-full-loading" | ||
:event-hide="hide-my-full-loading" | ||
event-show="show-my-full-loading" | ||
event-hide="hide-my-full-loading" | ||
:label="label"> | ||
@@ -49,0 +54,0 @@ </loading> |
Sorry, the diff of this file is not supported yet
206972
76