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:
committed by
Alexander Lichter
parent
4c967b0b4b
commit
6405724881
+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/is-type'
|
||||
import { isUndefined } from './utils/is-type'
|
||||
import $meta from './client/$meta'
|
||||
import { hasMetaInfo } from './shared/meta-helpers'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user