vant库在vue全局引入toast组件

第一步:

在config中引入

// 全局引入vant的提示框
import { Toast } from "vant";
Vue.use(Toast); 

第二步:

使用

 this.$toast('受不了了,宝贝不能再少了哦')