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

refactor: combine meta helpers

This commit is contained in:
pimlie
2019-03-10 11:56:19 +01:00
committed by Alexander Lichter
parent f92fb67619
commit 419951c59f
7 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import createMixin from './shared/mixin'
import setOptions from './shared/options'
import { isUndefined } from './shared/is-type'
import $meta from './client/$meta'
import hasMetaInfo from './shared/hasMetaInfo'
import { hasMetaInfo } from './shared/meta-helpers'
/**
* Plugin install function.