安装
npm i v-dialogs
项目中引用插件
import Vue from 'vue'
import Dialogs from 'v-dialogs'
// Install v-dialogs globally
Vue.use(Dialogs, {
...global config options
})
// Globally instance call alert dialog
this.$dlg.alert('Hello World!')
原创2022/7/28大约 4 分钟