mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-11 10:12:25 +03:00
fix: dont use object.assign/spread
so we dont need a polyfill
This commit is contained in:
committed by
Alexander Lichter
parent
93f021b757
commit
d717dbf4e1
+1
-1
@@ -1,6 +1,6 @@
|
||||
import { version } from '../package.json'
|
||||
import createMixin from './shared/mixin'
|
||||
import setOptions from './shared/options'
|
||||
import { setOptions } from './shared/options'
|
||||
import { isUndefined } from './utils/is-type'
|
||||
import $meta from './client/$meta'
|
||||
import { hasMetaInfo } from './shared/meta-helpers'
|
||||
|
||||
Reference in New Issue
Block a user