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

refactor: make hasMetaInfo default export

This commit is contained in:
pimlie
2019-03-08 13:11:13 +01:00
committed by Alexander Lichter
parent f2e8eb537d
commit cd98210acb
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import createMixin from './shared/mixin'
import setOptions from './shared/options'
import { isUndefined } from './shared/typeof'
import $meta from './client/$meta'
import { hasMetaInfo } from './shared/hasMetaInfo'
import hasMetaInfo from './shared/hasMetaInfo'
/**
* Plugin install function.