2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-15 07:02:24 +03:00

added headAttrs to generators

This commit is contained in:
Vincenzo Ferrari
2017-08-10 17:42:25 +02:00
committed by GitHub
parent 5540ebc302
commit 732284151a
+1
View File
@@ -16,6 +16,7 @@ export default function _generateServerInjector (options = {}) {
return titleGenerator(options)(type, data)
case 'htmlAttrs':
case 'bodyAttrs':
case 'headAttrs':
return attrsGenerator(options)(type, data)
default:
return tagGenerator(options)(type, data)