vue-masonry
Advanced tools
Comparing version 0.14.1 to 0.15.0
{ | ||
"name": "vue-masonry", | ||
"version": "0.14.1", | ||
"version": "0.15.0", | ||
"description": "masonry layout for vue.js", | ||
@@ -8,3 +8,4 @@ "main": "src/masonry.plugin.js", | ||
"lint": "eslint --ext .js,.vue src", | ||
"build": "webpack" | ||
"build": "webpack", | ||
"build-umd": "TARGET=umd webpack" | ||
}, | ||
@@ -11,0 +12,0 @@ "repository": { |
@@ -6,3 +6,3 @@ # vue-masonry | ||
**Current version: 0.14.1** | ||
**Current version: 0.15.0** | ||
@@ -9,0 +9,0 @@ Vue.js directive for masonry blocks layouting. Original [masonry library](http://masonry.desandro.com/). |
@@ -102,3 +102,3 @@ import Masonry from 'masonry-layout' | ||
const masonryId = binding.value || defaultId | ||
Events.emit(`${EVENT_DESTROY}__${masonryId}`) | ||
Events[`${isVue2 ? '$' : ''}emit`](`${EVENT_DESTROY}__${masonryId}`) | ||
} | ||
@@ -105,0 +105,0 @@ }) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
404754
1536