masonry layout for vue.js. Latest version: 0.16.0, last published: 3 years ago. Start using vue-masonry in your project by running `npm i vue-masonry`. There are 27 other projects in the npm registry using vue-masonry.
改了改官网的小demo * {box-sizing:border-box; } /* force scrollbar */ html{overflow-y:scroll; } body{font-family:sans-serif;padding:40px;} /* --- grid --- */ .grid{ background:#DDD; } /* clear fix */ .grid:after{ content:''; display:block; clear:both; } /* ---...
改了改官网的小demo * { box-sizing: border-box; } /* force scrollbar */ html { overflow-y: scroll; } body { font-family: sans-serif; padding:40px;} /* --- grid --- */ .grid { background: #DDD; } /* clear fix */ .grid:after { content: ''; display: block; clear...