· Vue2的简单干净的说明性对话框插件,对话框类型包括Modal , Alert , Mask和Toast 范例与文件 资源管理器开启 jQuery版本: 对话框图标 警报对话框中使用的图标由控件图标,使用的吐司图标来自 安装 npm i -S v-dialogs 在main.js文件中包含插件。 import Vue from 'vue' import Dialog from 'v-dialogs' Vue . use ( Dialog , { // global config options... } ) 用法 模态 import Profile from './Profile