vant toast 样式引入
时间:2020-11-27 19:25:42
收藏:0
阅读:381
import { Toast } from ‘vant‘
import ‘vant/lib/index.css‘
Vue.use(Toast);
页面中 this.$toast("提示");
原文:https://www.cnblogs.com/zan0627/p/14049639.html
评论(0)