相思资源网 Design By www.200059.com
对于新手们来说,如何写一个可以多用的组件,还是有点难度的,组件如何重用,如何传值这些在实际使用中,是多少会存在一些障碍的,所以今天特意写一个最常用的模态框组件提供给大家,希望能帮助到您!
懒癌患者直接复制粘贴即可
Modal.vue组件
<template> <!-- 过渡动画 --> <transition name="modal-fade"> <!-- 关闭模态框事件 和 控制模态框是否显示 --> <div class="modal-backdrop" @click="$emit('closeModal')" v-show="show"> <div class="modal"> <img class="img" :src="/UploadFiles/2021-04-02/imgadress">新建一个index.js文件,在其中全局引入组件,全局引入之后,就不用在每个调用的组件里面单独引入了,可以直接使用
import Modalfrom "./Modal.vue"; const components = { install: function (Vue) { Vue.component('Modal', Modal); } } //导出组件 export default components;Index.vue中调用
<template> <div class="index"> <!-- 提交成功模态框 --> <Modal ref="Modal" :imgadress="imgadress" v-show="isModalVisible" statusText="提交成功" @closeModal="closeModal" contentText="Index.vue" :IDList="IDList" :buttonBackground="red" sure="确定" @confirm="confirm" > <!-- :payMoney="payMoney" yuan="元" --> </Modal> <button @click="showModel">支付成功模态框</button> </div> </template> <script> export default { name: 'Index', data(){ return{ // 模态框 imgadress:require('./../../assets/img/success.png'), isModalVisible:false, show: false, showToast: false, thisIndex:0, green:'green', blue:'', red:'', IDList:[ {payMoney:23456,yuan:'、'}, {payMoney:23456,yuan:'、'}, {payMoney:23456,yuan:'、'}, {payMoney:23456,yuan:'、'}, {payMoney:23456,yuan:'、'}, {payMoney:23456,yuan:'、'}, {payMoney:23456,yuan:'、'}, ], payMoney:99, } }, methods:{ // 提示模态框 showModel(){ this.isModalVisible = true; this.blue = this.$refs.Model.blue this.red = this.$refs.Model.red }, closeModal(){ this.isModalVisible = false }, confirm(){ console.log(11111111111); }, } } </script>效果如图
模态框-1.gif
如果只需要一个确定按钮,只需要在调用的时候,这么写就好了
<template> <div class="index"> <!-- 提交成功模态框 --> <Modal ref="Modal" :imgadress="imgadress" v-show="isModalVisible" statusText="提交成功" @closeModal="closeModal" contentText="Index.vue" :IDList="IDList" :buttonBackground="blue" @button="closeModal" sure="确定" alert="1" > </Modal> <button @click="showModel">支付成功模态框</button> </div> </template>如图
模态框-2.gif
可能并不是特别完美,如果您发现有缺点,还请不吝赐教!
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
相思资源网 Design By www.200059.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
相思资源网 Design By www.200059.com
暂无详解如何用VUE写一个多用模态框组件模版的评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。