Tag: vue
Vue.js: Dynamic class names via v-bind
Danyal November 19, 2019
As defined in vue.js official documentation: A common need for data binding is manipulating an…
Posted in javascript, Vuejs Tagged computed, properties, props, v-bind, vue, vue.js, vuejs
Vuejs: Rule proposition of order-in-components
Danyal July 3, 2019
It’s important to keep one standard way of ordering properties in vue components, that will…
Posted in javascript, Vuejs Tagged components, javascript, vue, vuejs