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

improved docs for headAttrs

This commit is contained in:
Vincenzo Ferrari
2017-08-10 17:43:39 +02:00
committed by GitHub
parent 5540ebc302
commit 5813822a06
+1 -1
View File
@@ -4,7 +4,7 @@ export default function _attrsGenerator (options = {}) {
/**
* Generates tag attributes for use on the server.
*
* @param {('bodyAttrs'|'htmlAttrs')} type - the type of attributes to generate
* @param {('bodyAttrs'|'htmlAttrs'|'headAttrs')} type - the type of attributes to generate
* @param {Object} data - the attributes to generate
* @return {Object} - the attribute generator
*/