博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
基于vue.js的图片预览组件2.0.1
阅读量:6842 次
发布时间:2019-06-26

本文共 540 字,大约阅读时间需要 1 分钟。

基于vue.js的图片预览组件

Github

安装

npm install enlargeimg --save-devimport enlargeimg from 'enlargeimg';

基础用法

export default { name: 'hello', data () { return { msg: 'Welcome to Your Vue.js App', files:[ { path:'http://img4q.duitang.com/uploads/item/201311/01/20131101141757_tunaj.png' }, { path:'http://img5.duitang.com/uploads/item/201503/22/20150322122457_EQ3NP.thumb.700_0.jpeg' }, { path:'http://tupian.enterdesk.com/uploadfile/2013/1219/20131219053302481.jpg' }, ] } },}

注意事项

图片地址为path

转载地址:http://tldul.baihongyu.com/

你可能感兴趣的文章
SAP系统日常管理 常见 t-code (一)
查看>>
C++ VS2010 error:LNK2005 已经在*.obj中定义
查看>>
Linux 多线程编程
查看>>
在rhel7中搭建openstack kilo
查看>>
我的友情链接
查看>>
there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause
查看>>
LINUX下多路径(multi-path)介绍及使用
查看>>
自动安装varnish shell脚本
查看>>
java内存管理以及GC
查看>>
php REST程序设计的uml图
查看>>
基于通信层的HTTP和SOAP消息跟踪
查看>>
cronolog切割tomcat日志以及日志导出方法
查看>>
shell计算掩码位数
查看>>
selenium webdriver 实例Opera w/python
查看>>
java体系结构
查看>>
redhat6.5使用CentOS6.5的yum源
查看>>
Spring使用内存数据库
查看>>
东华与东软两大软件公司
查看>>
我的友情链接
查看>>
JavaScript中confirm,alert,prompt的用法及返回值
查看>>