2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-14 07:02:24 +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())
},
destroyed () {
//do not trigger refresh on the server side
// do not trigger refresh on the server side
if (this.$isServer) return
// re-render meta data when returning from a child component to parent
batchID = batchUpdate(batchID, () => this.$meta().refresh())