Skip to content

Commit 09142a9

Browse files
mosinvef
authored andcommitted
Update README.md (#29)
Rename `$loading` => `$vueLoading` as everywhere in docs
1 parent 64cea7f commit 09142a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ In template, you should wrap your content with `v-loading` component to show loa
241241
Better example for a `button` with loading state:
242242

243243
```html
244-
<button :disabled='$loading.isLoading("creating user")'>
244+
<button :disabled='$vueLoading.isLoading("creating user")'>
245245
<v-loading loader='creating user'>
246246
<template slot='spinner'>Creating User...</template>
247247
Create User

0 commit comments

Comments
 (0)