MUI弹框里面添加输入框(mui.prompt)的使用

1、html点击事件

<button type="button" id="promptBtn" class="mui-btn mui-btn-warning" v-cloak @click="charge(item)">充值</button>

2、js:(我charge事件是写在li的v-for里面)

MUI弹框里面添加输入框(mui.prompt)的使用