jsmmth / vue-loop

Infinite content loop for Vue
820 stars 37 forks source link

Make `loop-container` a static class; Remove ref #5

Closed sirlancelot closed 7 years ago

sirlancelot commented 7 years ago

A ref attribute is not needed on the root element of a component. The root element is always available as this.$el.

jsmmth commented 7 years ago

Duh! 🙄 Makes a lot of sense, thanks for that!

sirlancelot commented 7 years ago

No problem! And Hi from HN ;)