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

Merge pull request #4 from wilk/patch-3

Patch 3
This commit is contained in:
Vincenzo Ferrari
2017-08-10 17:49:00 +02:00
committed by GitHub
+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
*/