- 博客(6)
- 资源 (3)
- 收藏
- 关注
原创 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...
2018-09-28 19:50:08
9143
原创 Vue 的Style中background的URl地址build 后找不到图片地址
vue中的style标签中的background background-image 的路径应该怎么写才能正确的打包出来Vue 的Style中background background-image 的URl地址build 后找不到图片地址:1、仅需:在build/utils.js文件夹中添加 publicPath:'./../../'如下图所示,根据自己创建的Vue project来确...
2018-09-28 19:41:40
4274
原创 vue el-table 自定义表头 el-select使用
el-table有一个自定义属性render-header < el-table-column v-for="(headItem,index ) intableHeadBill" :key=index" align="center" :prop="headItem.value" :label="":render...
2018-09-28 15:58:51
5371
原创 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-carouse...
2018-09-28 15:56:01
8857
5
原创 vue+quill-editor 富文本框 实现黏贴提交图片功能
实现quill-editor富文本框在google chrome实现截图黏贴图片功能:1、npm install quill-editor -- save2、添加组件<quill-editor v-model="content" ref="myQuillEditor" :options="editorOption" ...
2018-09-28 15:46:57
9658
2
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人