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:
committed by
Alexander Lichter
parent
f2e8eb537d
commit
cd98210acb
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user