2
0
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:
pimlie
2019-09-13 13:12:58 +02:00
committed by Pim
parent d9b0ab29da
commit b73b8ede03
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 = []