mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-24 22:50:34 +03:00
added headAttrs to generators
This commit is contained in:
@@ -16,6 +16,7 @@ export default function _generateServerInjector (options = {}) {
|
|||||||
return titleGenerator(options)(type, data)
|
return titleGenerator(options)(type, data)
|
||||||
case 'htmlAttrs':
|
case 'htmlAttrs':
|
||||||
case 'bodyAttrs':
|
case 'bodyAttrs':
|
||||||
|
case 'headAttrs':
|
||||||
return attrsGenerator(options)(type, data)
|
return attrsGenerator(options)(type, data)
|
||||||
default:
|
default:
|
||||||
return tagGenerator(options)(type, data)
|
return tagGenerator(options)(type, data)
|
||||||
|
|||||||
Reference in New Issue
Block a user