mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 11:30:33 +03:00
fix: typo
This commit is contained in:
@@ -123,7 +123,7 @@ export default function getMetaInfo({ keyName, tagIDKeyName, metaTemplateKeyName
|
|||||||
|
|
||||||
// sanitizes potentially dangerous characters
|
// sanitizes potentially dangerous characters
|
||||||
const escape = info => Object.keys(info).reduce((escaped, key) => {
|
const escape = info => Object.keys(info).reduce((escaped, key) => {
|
||||||
let isDisabled = ref && ref.includesOf(key)
|
let isDisabled = ref && ref.includes(key)
|
||||||
const tagID = info[tagIDKeyName]
|
const tagID = info[tagIDKeyName]
|
||||||
|
|
||||||
if (!isDisabled && tagID) {
|
if (!isDisabled && tagID) {
|
||||||
|
|||||||
Reference in New Issue
Block a user