import { Toast } from 'vant'

import 'vant/lib/index.css'

Vue.use(Toast);
 

页面中 this.$toast("提示");

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2021-07-22
  • 2022-01-21
  • 2022-12-23
  • 2021-11-02
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-13
  • 2021-04-13
  • 2021-05-20
相关资源
相似解决方案