vue-muuri icon indicating copy to clipboard operation
vue-muuri copied to clipboard

A vue plugin using Muuri's responsive, sortable, filterable and draggable grid layouts.

Results 13 vue-muuri issues
Sort by recently updated
recently updated
newest added

Usually grid item's width and height depends on content width and height. Therefore it would be great to have a fluid item ```vue export default { name: 'item-fluid', props: {...

After calling `npm run dev` I got: ``` ERROR in ./test/visual.js Module not found: Error: Can't resolve './specs' in 'E:\experiments\vue-muuri\test' @ ./test/visual.js 71:19-51 @ multi (webpack)-dev-server/client?http://localhost:8081 ./test/visual.js ``` OS: Windows...

Currently Muurri initializes like this: ```js createGrid () { this.grid = new Muuri('#' + this.id, this.options) ... } ``` It forces user to set id for each component (in case...