Start with
Last updated
Was this helpful?
Last updated
Was this helpful?
Here is a
Clone or download this Github-Project, change current directory to ./vuetify-form-base/example and then run
npm install
npm run serve
Download and open this in your Browser
Try a simple example with
In order for your application to work correct, you must wrap it in a component. This component is required and can exist anywhere inside the body, but must be the parent of ALL Vuetify components. v-main needs to be a direct descendant of v-app.
and you will get this editable Form