mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-23 16: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)
|
||||
}
|
||||
|
||||
let data = attributeMap[type] || {}
|
||||
const data = attributeMap[type] || {}
|
||||
|
||||
const toUpdate = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user