前言
再造一轮,vue移动端弹出层,包括confrim询问框,tips提示框,popup选择器等。
快速开始
# 安装
npm install vue-h5-popup -S
# 引入
import h5Popup from 'vue-h5-popup';
Vue.use(h5Popup)
示例
<!--alert-->
<modal-alert ref="alert">
<div class="trave-tip-content txt-l" slot="content">
<div class="confirm-text">
<p>这里是alert提示框,我和notice有些相同,但是又有所不同,注意区分哦</p>
</div>
</div>
<span slot="button">知道了</span>
</modal-alert>
<!--notice-->
<modal-notice :button="tipsBtnText" :buttonBehavior="tipsRedirect" :title="false" ref="tips">
<div slot="content" class="tips-content">
web秀测试试试看咯
</div>
</modal-notice>
<!--confirm-->
<modal-confirm title="确定支付" confirm="继续支付" cancel="取消" ref="confirm" @confirm="submitPay" @cancel="$refs.confirm.close()">
<div class="alert-content" slot="content">
<h3></h3>
<p class="txt-l fs28 confirm-text">你确定用支付宝支付10,000元吗?
</p>
</div>
</modal-confirm>
github地址: vue-h5-popup
npm地址: vue-h5-popup
点击查看更多内容
2人点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦