File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # Vue Loading Screen
1+ # Vuejs Loading Screen
22Using to block whlie client processed work.
33
44## Screenshot
@@ -9,20 +9,20 @@ height="auto">
99
1010## Installation
1111``` js
12- npm i -- save vue - loading- screen
12+ npm i -- save vuejs - loading- screen
1313```
1414
1515## Usage
1616``` js
1717import Vue from ' vue'
18- import {loading } from ' vue -loading-screen'
18+ import {loading } from ' vuejs -loading-screen'
1919
2020Vue .use (loading)
2121```
2222
2323``` vue
2424<template>
25- <h1>Welcome to Vue Loading Screen</h1>
25+ <h1>Welcome to VueLoading Screen</h1>
2626</template>
2727
2828<script>
Original file line number Diff line number Diff line change 11{
2- "name" : " vue -loading-screen" ,
3- "version" : " 1.0.0 " ,
2+ "name" : " vuejs -loading-screen" ,
3+ "version" : " 1.0.2 " ,
44 "description" : " Blocking screen while process worked" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments