xlbtn

"我的Btn插件"

Usage no npm install needed!

<script type="module">
  import xlbtn from 'https://cdn.skypack.dev/xlbtn';
</script>

README

使用

事件名 说明 参数
- - -
- - -
- - -
this.$refs.pays.$success(true).then(res => {
  console.log("支付成功");
  this.$router.push("/success");
});