简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
header {padding-top: 36.2%;background-image: url(../images/headerbg.png);background-size: 100%;background-repeat: no-repeat;}容器内只有一张图片,想以背景图的形式展现,宽度100%,高度auto显示。1、padding-top=高度/宽度*100%...
解决方案:loading(),以编辑功能为例:update(row, index, done, loading) {putObj(this.form).then(() => {this.getList(this.page)done();this.$notify({title: '成功',message: '修改成功',type: 'su
具体操作:1 . 下载chrome扩展插件。在github上下载压缩包并解压到本地,github下载地址:https://github.com/vuejs/vue-devtools2. npm install下载完成后打开命令行cmd进入vue-devtools-dev文件夹,1. npm install,安装依赖包;如果安装太慢,请参照文章末尾说明进行操作。2. npm ...
在 Vue项目中,当一个组件使用了scoped特性时,组件内的样式只会应用于组件自身。但是有时候我们需要在父组件中改变子组件中的样式,这时就需要用到深度选择器。
报错:Errors while compiling. Reload prevented.(翻译:编译时错误,重载预防)解决方案:实际上是拼写错误, 不能查找到该文件报错,修正即可。这个报错遇到几次了,尤其路由嵌套时,很不容易发现。所以 Reload prevented,以后看到这个报错,就留心检查哪里有拼写错误吧。...
在 Vue项目中,当一个组件使用了scoped特性时,组件内的样式只会应用于组件自身。但是有时候我们需要在父组件中改变子组件中的样式,这时就需要用到深度选择器。
文档地址:https://better-scroll.github.io/docs/en-US/一、不可点击的原因二、解决方案在定义组件时,加上 click:true.this.scroll = new BScroll(this.$refs.search, {click: true})
github地址:https://github.com/ustbhuangyi/better-scroll当 better-scroll 遇见 Vue:https://zhuanlan.zhihu.com/p/27407024一、安装npm install better-scroll --save二、在Vue项目中应用<template><div class="wrapper"
完整js实例:https://github.com/MeichaoWen/JSInstancestyle 和 className 的优先级<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Do
官网:http://mozilla.github.io/pdf.js/