Vue-grid-layout设置和监听屏幕分辨率

@breakpoint-changed="breakpointChangedEvent" :breakpoints="{ lg: 1200, md: 996, sm: 768, xs: 480, xxs:...

Vue里Watch的使用

对于一个值,可以使用Info来监控对于一个对象,需要使用info: {}来监控,且必须加上deep:true <div> <input type="text" v-model="...

色彩的涵义

做前端UI设计的时候,一般需要用到颜色,以下是各种颜色代表的涵义。更多细节:The Meaning of Colors

quill-editor的触发函数

<quill-editor class="text-area" ref="myTextEditor" v-model="item.content" :options=&...

在Windows2008安装mongodb并配置成服务

第一步:从官网下载安装包,地址:http://dl.mongodb.org/dl/win32/我下载的是.zip版本第二步:在硬盘上新建一个mongodb文件夹放置文件我在C盘建了一个c:\mongodb文件夹第三步:将.zip文件里...

Syntax Error: TypeError: this.getOptions is not a function

竟然是因为版本过高导致,参考这里

一个完整的vue-grid-layout文件

经过对比,我把里面几个sample整合到了一个文件里,包括:部分元素可拖拽预定义的可拖拽布局以下是完整代码:<template> <div> <div class="layoutJS...

vue-grid-layout的参数详解

前人栽树,后人乘凉。以下是vue-grid-layout的参数详解,转载自一个柯子非常感谢总结,解决了我responsive部分的问题。<grid-layout // 作用 数据类型 必...