Comparing version 0.2.1 to 0.2.2
@@ -8,4 +8,4 @@ /** | ||
import VueLoop from 'vue-loop'; | ||
//import VueLoop from './test/VueLoop'; | ||
//import VueLoop from 'vue-loop'; | ||
import VueLoop from './test/VueLoop'; | ||
@@ -12,0 +12,0 @@ new Vue({ |
@@ -21,4 +21,4 @@ { | ||
"vue": "^2.2.6", | ||
"vue-loop": "^0.1.0" | ||
"vue-loop": "^0.2.0" | ||
} | ||
} |
{ | ||
"name": "vue-loop", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "VueLoop.vue" | ||
} |
<img width="848" alt="screen shot 2017-04-28 at 7 19 00 pm" src="https://cloud.githubusercontent.com/assets/3231370/25550501/93bef97a-2c47-11e7-83c6-37534fdf4d04.png"> | ||
# Vue Loop | ||
We've had a lot of people compliment us on the infinate content loop we did over at [Look Studios](http://lookstudios.xyz). We decided to build a simple .vue file for all you vue fans to use. | ||
We've had a lot of people compliment us on the infinite content loop we did over at [Look Studios](http://lookstudios.xyz). We decided to build a simple .vue file for all you vue fans to use. | ||
@@ -14,7 +14,7 @@ ## Installation | ||
new Vue({ | ||
el: '#app', | ||
el: '#app', | ||
components: { | ||
VueLoop | ||
} | ||
components: { | ||
VueLoop | ||
} | ||
}) | ||
@@ -25,14 +25,14 @@ ``` | ||
<vue-loop :full="true" :horizontal="false"> | ||
<div class="item"> | ||
1 | ||
</div> | ||
<div class="item"> | ||
2 | ||
</div> | ||
<div class="item"> | ||
3 | ||
</div> | ||
<div class="item"> | ||
4 | ||
</div> | ||
<div class="item"> | ||
1 | ||
</div> | ||
<div class="item"> | ||
2 | ||
</div> | ||
<div class="item"> | ||
3 | ||
</div> | ||
<div class="item"> | ||
4 | ||
</div> | ||
</vue-loop> | ||
@@ -39,0 +39,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1184173
25
29005