logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue Element UI走马灯组件重写

1、element ui走马灯组件 -- carousel分析一波源代码:carousel/src/main.vue 文件为 el-carousel文件主要功能carousel/src/item.vue 文件为 el-carousel-item 功能2、carousel/src/main.vue文件详解:1)、左右button切换按钮<divclass="el-carous

Vue 的Style中background的URl地址build 后找不到图片地址

vue中的style标签中的background background-image 的路径应该怎么写才能正确的打包出来Vue 的Style中background background-image 的URl地址build 后找不到图片地址:1、仅需:在build/utils.js文件夹中添加  publicPath:'./../../'如下图所示,根据自己创建的Vue project来确...

vue el-table 自定义表头 el-select使用

el-table有一个自定义属性render-header         < el-table-column v-for="(headItem,index ) intableHeadBill" :key=index"        align="center"        :prop="headItem.value&qu

vue Element UI走马灯组件重写

1、element ui走马灯组件 -- carousel分析一波源代码:carousel/src/main.vue 文件为 el-carousel文件主要功能carousel/src/item.vue 文件为 el-carousel-item 功能2、carousel/src/main.vue文件详解:1)、左右button切换按钮<divclass="el-carous

quill Cannot import modules/imagePaste. Are you sure it was registered?

1、vue+quill-editor+imagePaste 报以下错误,quill Cannot import modules/imagePaste. Are you sure it was registered? 则在build/webpack.base.conf.js文件下添加var webpack = require('webpack');plugins: [n...

vue+quill-editor 富文本框 实现黏贴提交图片功能

实现quill-editor富文本框在google chrome实现截图黏贴图片功能:1、npm install quill-editor -- save2、添加组件<quill-editor v-model="content"              ref="myQuillEditor"              :options=&qu

到底了