When using v-for range like this: v-for="n in 10" it's not possible to use anything else than a number.
For example this is not supported v-for="n in getValue()" where getValue() returns an int.
Vue.js supports it, so it would be nice to support it too.