2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-06-18 23:10:33 +03:00

Revert "feat: merge mixins options"

This reverts commit ad4d61c
This commit is contained in:
Alexander Lichter
2018-09-28 19:28:24 +01:00
parent 8830f1b7d9
commit 73c1ee3198
5 changed files with 20 additions and 186 deletions
-5
View File
@@ -30,9 +30,4 @@ describe('plugin', () => {
const vm = new Vue(Component).$mount()
expect(vm._hasMetaInfo).to.equal(true)
})
it('setup optionMergeStrategies for the keyName', () => {
const strats = Vue.config.optionMergeStrategies
expect(strats[VUE_META_KEY_NAME]).to.equal(strats.created)
})
})