第一步:

在config中引入

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

第二步:

在组要的.vue文件中引入

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

 

相关文章: