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-parallax
1+ # vue-parallaxy
22
33Is a compontent for fast 60fps parallax scroll effects in vue 2.
44
@@ -8,7 +8,7 @@ Is a compontent for fast 60fps parallax scroll effects in vue 2.
88
99## Install
1010
11- ` npm install vue-parallax ` or ` yarn add vue-parallax `
11+ ` npm install vue-parallaxy ` or ` yarn add vue-parallaxy `
1212
1313## Usage
1414* vue-parallax* works with slots. So you can pass an image or even srcsets for better mobile experiences.
@@ -23,7 +23,7 @@ Is a compontent for fast 60fps parallax scroll effects in vue 2.
2323< / template>
2424
2525< script>
26- import Parallax from ' vue-parallax '
26+ import Parallax from ' vue-parallaxy '
2727 export default {
2828 components: {
2929 Parallax
Original file line number Diff line number Diff line change 11{
2- "name" : " vue-parallax " ,
3- "version" : " 0.1.0 " ,
4- "description" : " Parallax Header for vue " ,
2+ "name" : " vue-parallaxy " ,
3+ "version" : " 0.1.1 " ,
4+ "description" : " Vue 2 component for parallax scrolling effects " ,
55 "author" : " Jakub Juszczak <jakub@posteo.de>" ,
66 "repository" : {
77 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments