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

refactor: move utils to utils folder

This commit is contained in:
pimlie
2019-03-10 12:17:42 +01:00
committed by Alexander Lichter
parent 4c967b0b4b
commit 6405724881
21 changed files with 20 additions and 20 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/is-type'
import { isUndefined } from './utils/is-type'
import $meta from './client/$meta'
import { hasMetaInfo } from './shared/meta-helpers'