Relative Content

Tag Archive for javascriptvue.jsvuetify.js

How to use an array of promises with v-data-table

I have a v-data-table that is used in a table component I am building out. I pass data as a prop which then I do a few things to clean up then also run an async function which grabs some data from an api as follows:

Vuetify 3 – Implementing date picker

I’m trying to achieve a simple “month-picker” in Vuetify 3. I went through the documentation and the component’s API, but I can’t seem to find a way to use it.

Vuetify validate file input is a single file and a pdf

I have a dependent dropdown that changes some props on v-file-input as some selections should only allow a single file input and a pdf only. I am struggling to get the file validation to show up despite the rules I am putting in place.