You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 3, 2018. It is now read-only.
I need an element be repeated as with v-repeat but not for each array element but rather N times where N is some Vue's property of type number. I don't know how to do it with custom directives or components. Maybe it would be useful to create some sort of a v-times predefined directive? Or maybe I am missing something?