Skip to content
Advertisement

Tag: vuetify.js

options.domAPI is not a function

I’ve tried adding stylus config of Vuetify to modify the global variables, until I noticed that it’s not supported anymore. I’ve run this command to install the required loaders: npm i –save-dev stylus stylus-loader css-loader style-loader. After that, I started getting the error in the title, and after removing those libraries, it didn’t remove it at all. I’ve tried running

Radio Button Display as current Value

I have a radio button that act as status selector for company record. Problem is when edit record. i want radio button in editdialog preselect according to current status of record. current code I’ve tried a solution as in this link and it still don’t work as intend. this time it warn me that Active and inactive property or method

Dynamic Vuetify Textbox or Select based on Array Values

I’m working on a modal form which will display a number of v-select or v-text-field… however, the number and types of these elements are being pulled from a database which means the vuetify code to create the elements needs to be dynamic. To start, I have a json object which is returned from the database which describes each input element.

Advertisement