mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-25 04:50:33 +03:00
Lint code
This commit is contained in:
@@ -97,7 +97,7 @@ export default function _getMetaInfo (options = {}) {
|
|||||||
const ref = info.__dangerouslyDisableSanitizers
|
const ref = info.__dangerouslyDisableSanitizers
|
||||||
const isDisabled = ref && ref.indexOf(key) > -1
|
const isDisabled = ref && ref.indexOf(key) > -1
|
||||||
const val = info[key]
|
const val = info[key]
|
||||||
escaped[key] = val;
|
escaped[key] = val
|
||||||
if (key === '__dangerouslyDisableSanitizers') {
|
if (key === '__dangerouslyDisableSanitizers') {
|
||||||
return escaped
|
return escaped
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user