UNPKG

@kingscode/vuetify-resource

Version:

An easy way to create a resource list with the vuetify data table with default create update and delete dialogs/actions and potential your own actions

9 lines (8 loc) 146 B
module.exports = { configureWebpack: { externals: {'vuetify/lib': 'vuetify/lib'}, }, css: { extract: false, }, };