silencesys / silentbox

A lightbox inspired Vue.js component.
https://silentbox.rocek.dev
MIT License
296 stars 50 forks source link

fix the page error bug, add git ignore file #2

Closed fenzaiway closed 7 years ago

silencesys commented 7 years ago

Hey, thanks for your pull request! I have merged it with master, but then I found that navigation isn't working, because current position isn't passed down to $children. I have modified it slightly in next commit, so now position is stored in parent (group component) and accessed via $parent from item component.