Fix: Add pins id for pins elements / fix padding for pins

This commit is contained in:
winkidney
2019-03-01 17:11:44 +08:00
committed by Isaac Bythewood
parent 6df4a90d8a
commit b46cc6b2d3
3 changed files with 2 additions and 3 deletions

View File

@@ -177,6 +177,7 @@ Vue.component('pin-container', {
);
},
);
window.addEventListener("resize", this.reflow, {})
},
mounted: function() {
this.reflow();