Simple confirmation dialog and snackbar composable built on top of Vuetify - vuetify-use-dialog/tsconfig.node.json at main · wobsoriano/vuetify-use-dialog
1. Import Vuetify & the vuetify-use-dialog component. import { createApp } from 'vue' import { createVuetify } from 'vuetify' import VuetifyUseDialog from 'vuetify-use-dialog' import App from './App.vue' const app = createApp(App) const vuetify = createVuetify() app.use(vuetify) app....
(__dirname, 'lib/index.ts'), name: 'vuetify-use-dialog', fileName: 'vuetify-use-dialog', }, rollupOptions: { external: ['vue', 'vuetify', /vuetify\/.+/], output: { exports: 'named', globals: { vue: 'Vue', vuetify: 'Vuetify', }, }, }, emptyOutDir: false, } } return...
make vuetify dialogs draggable. Latest version: 1.2.1, last published: a year ago. Start using use-draggable-vuetify-dialog in your project by running `npm i use-draggable-vuetify-dialog`. There are no other projects in the npm registry using use-draggab