Fixed an issue in seo mixin

This commit is contained in:
Grzegorz Leoniec 2019-01-18 15:39:11 +01:00
parent 3091b643b5
commit ab5a2e6efc
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -7,7 +7,6 @@ export default {
bodyAttrs: {
class: `page-name-${this.$route.name}`
}
}
}
}
}