NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
#组件名:photoVideoEnlargement(图片,视放大弹窗组件) ### 作者:龚毓粼 ### 效果: ![](https://img.kancloud.cn/67/af/67af63f3a359652f6cda2157bae4fef8_1031x660.png) ## 使用方式: ``` import photoVideoEnlargement from './pop-up/photoVideoEnlargement.vue' <!-- 在对应页面使用 -->       <photo-video-Enlargement         ref="enlargement"         :is-video="isVideo"         :src="srcUrl"         :src-list="srcList"       /> ``` ### 说明: 使用时,组件内调用接口,需要根据项目修改 ### 参数: | 参数 | 作用 | 类型 | 默认 | 是否必传 | 属性 | | --- | --- | --- | --- | --- | --- | | isVideo| 弹窗类型| String| ‘0’ | 是 | '0'是图片,'1'是视频 | | srcUrl| 图片地址| String| '' | 是 | isVideo为‘0’时必传 | | srcList| 视频地址| Array| [] | 是 | isVideo为‘1’时必传 |