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:
committed by
Alexander Lichter
parent
104113a7b8
commit
6e18a7d54a
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user