2
0
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:
pimlie
2019-03-09 18:28:15 +01:00
committed by Alexander Lichter
parent bfa64af29b
commit c1f97c4ea4
19 changed files with 42 additions and 44 deletions
+1 -1
View File
@@ -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'