Skip to content

Commit 79a183a

Browse files
update readme
1 parent 523daed commit 79a183a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,18 @@ yarn add vue-loading-spinner
2626
import CubeSpin from 'vue-loading-spinner/components/Cube'
2727
export default {
2828
components: {
29-
Cube
29+
CubeSpin
3030
}
3131
}
3232
</script>
3333
3434
```
3535

36-
## Build Setup
36+
## Demo
37+
38+
List of all spinner: [Demo](https://nguyenvanduocit.github.io/vue-loading-spinner/)
39+
40+
## Development Build Setup
3741

3842
``` bash
3943
# install dependencies

0 commit comments

Comments
 (0)