mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-08 00:42:24 +03:00
fix: typo
This commit is contained in:
@@ -123,7 +123,7 @@ export default function getMetaInfo({ keyName, tagIDKeyName, metaTemplateKeyName
|
||||
|
||||
// sanitizes potentially dangerous characters
|
||||
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]
|
||||
|
||||
if (!isDisabled && tagID) {
|
||||
|
||||
Reference in New Issue
Block a user