2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-20 00:50:33 +03:00

chore: fix lint

This commit is contained in:
pimlie
2019-03-08 16:22:37 +01:00
committed by Alexander Lichter
parent 104113a7b8
commit 6e18a7d54a
+1 -1
View File
@@ -1,6 +1,6 @@
import { metaInfoOptionKeys, metaInfoAttributeKeys } from '../shared/constants'
import { updateAttribute, updateTag, updateTitle } from './updaters'
import isArray from '../shared/isArray'
import { updateAttribute, updateTag, updateTitle } from './updaters'
const getTag = (tags, tag) => {
if (!tags[tag]) {