mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-18 20:20:33 +03:00
refactor: move isArray into is-type
This commit is contained in:
committed by
Alexander Lichter
parent
bfa64af29b
commit
c1f97c4ea4
+1
-1
@@ -1,7 +1,7 @@
|
||||
import { version } from '../package.json'
|
||||
import createMixin from './shared/mixin'
|
||||
import setOptions from './shared/options'
|
||||
import { isUndefined } from './shared/typeof'
|
||||
import { isUndefined } from './shared/is-type'
|
||||
import $meta from './client/$meta'
|
||||
import hasMetaInfo from './shared/hasMetaInfo'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user