vant toast轻提示 看了之后立马就会的那种 零基础上手 vue2调用vant toast轻提示
vue2调用vanttoast轻提示首先在main.js导入我们的vant组件importVantfrom'vant';import'vant/lib/index.css';import{Toast}from'vant';Vue.use(Toast);Vue.use(Vant);在标签上绑定一个点击事件在我们想使用的组件中编写使用的时候要写this.$toastmethods:{getCollec