mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-25 12:50:34 +03:00
chore: fix lint
This commit is contained in:
@@ -18,7 +18,7 @@ export default function updateAttribute (appId, { attribute } = {}, type, attrs,
|
|||||||
tag.removeAttribute(attribute)
|
tag.removeAttribute(attribute)
|
||||||
}
|
}
|
||||||
|
|
||||||
let data = attributeMap[type] || {}
|
const data = attributeMap[type] || {}
|
||||||
|
|
||||||
const toUpdate = []
|
const toUpdate = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user