keep going with api porting in nuxt

This commit is contained in:
lesion
2019-04-23 13:45:52 +00:00
parent 35fa25c060
commit eed3896396
17 changed files with 191 additions and 136 deletions

View File

@@ -40,7 +40,7 @@ export default {
},
watch: {
filteredEvents() {
// this.$nextTick(this.$refs.magicgrid.positionItems) TOFIX
this.$nextTick(this.$refs.magicgrid.positionItems)
}
}
}