Fix hot reloading

This commit is contained in:
Sébastien Chopin 2017-03-24 16:52:18 +01:00
parent 7f767b7fb7
commit 8831331e3d

View File

@ -236,7 +236,7 @@ function fixPrepatch (to, ___) {
}
this.setLayout(layout)
// hot reloading
Vue.nextTick(() => hotReloadAPI(this))
setTimeout(() => hotReloadAPI(this), 100)
})
}