简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
首先:安装一、命令行中输入:$ npm install element-ui -S二、正常安装以后,会得到安装版本三、查看项目配置文件中,是否有版本号四、安装成功以后,在node_modules文件夹下,element-ui,所有的安装文件都可以在这里找到。五、在main.js中引入element组件import ElementUI from 'element-ui'import 'element
1、在main.js中引入import 'common/stylus/index.styl'或者import '@/common/stylus/index.styl'2、在.vue文件中@import '../../common/stylus/mixin.styl';3、在index.html中引入注:1.在config目录下的 index.js 里面说明了index.html需要引用的静态资源路
报错代码:[Vue warn]: Property or method "handleClick" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based c
首先:安装一、命令行中输入:$ npm install element-ui -S二、正常安装以后,会得到安装版本三、查看项目配置文件中,是否有版本号四、安装成功以后,在node_modules文件夹下,element-ui,所有的安装文件都可以在这里找到。五、在main.js中引入element组件import ElementUI from 'element-ui'import 'element
很多人都在说,使用pdfjs来实现pdf试读功能。之前没有研究,今天看了一下。网上很多说明,要不太繁琐,要不太简洁,今天还是自己整理一下吧。原网地址:http://mozilla.github.io/pdf.js/一、下载js二、解压后有这样两个文件夹三、新建一个pdf文件目录,把这两个文件夹丢进去。然后,上传到工程中。我放在了js里面。四、使用:<iframe id="previewpdf