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

Lint code

This commit is contained in:
Sebastien Chopin
2017-05-15 15:04:38 +02:00
parent 94926409c0
commit 96f9c1d1bd
+1 -1
View File
@@ -97,7 +97,7 @@ export default function _getMetaInfo (options = {}) {
const ref = info.__dangerouslyDisableSanitizers
const isDisabled = ref && ref.indexOf(key) > -1
const val = info[key]
escaped[key] = val;
escaped[key] = val
if (key === '__dangerouslyDisableSanitizers') {
return escaped
}