terencez
Results
2
comments of
terencez
For `v-repeat` with template, the `$parent` is still not as expectation. For example: ``` html ``` ``` js new Vue({ el: "body", components: { tabs: { name: "tabs" }, tab:...
Based on this post, I experiment some [Vuex Functional API](https://github.com/TerenceZ/nia) based on Vue2 recently, and I've added some extra features due to my use cases. ```ts // Just use function...