Tag: vue.js
How to add Vuetifyjs to Vuejs app?
Danyal November 5, 2021
Today we will learn how to implement vuetify in vuejs application, for those who are…
Posted in Vuejs Tagged css, frameworks, javascript, js, vue.js, Vuetify
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