skip to Main Content

Vuetify validation using Model or Controller – PHP

I'm just trying to add validation in my vuetify form from my Model or Controller and make an alert. In my .vue file <v-row dense> <v-col cols="3"> <v-text-field dense outlined label="Employee Code" v-model="emp_code"></v-text-field> </v-col> <v-col cols="3"> <v-text-field dense outlined label="Employee…

VIEW QUESTION

Vuejs – vue3-easy-data-table – CSS

Im working on a project in vuejs that uses "vue3-easy-data-table" Im following the style recommendations on this page. https://hc200ok.github.io/vue3-easy-data-table-doc/features/style-customization.html when I try to use --easy-table-body-even-row-font-color: #fff; --easy-table-body-even-row-background-color: #4c5d7a; It does not take change the background color of the even rows.…

VIEW QUESTION
Back To Top
Search