2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-24 22:30:34 +03:00

fixed styling

This commit is contained in:
Ralph Huwiler
2017-04-14 10:36:43 +02:00
committed by GitHub
parent e70c1dbafc
commit 8afbe889f6
+1 -1
View File
@@ -63,7 +63,7 @@ export default function VueMeta (Vue, options = {}) {
batchID = batchUpdate(batchID, () => this.$meta().refresh()) batchID = batchUpdate(batchID, () => this.$meta().refresh())
}, },
destroyed () { destroyed () {
//do not trigger refresh on the server side // do not trigger refresh on the server side
if (this.$isServer) return if (this.$isServer) return
// re-render meta data when returning from a child component to parent // re-render meta data when returning from a child component to parent
batchID = batchUpdate(batchID, () => this.$meta().refresh()) batchID = batchUpdate(batchID, () => this.$meta().refresh())