2
0
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:
pimlie
2019-03-11 17:15:25 +01:00
committed by Alexander Lichter
parent 93f021b757
commit d717dbf4e1
7 changed files with 26 additions and 18 deletions
+1 -1
View File
@@ -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'