feat: mixins/extends/assets options

This commit is contained in:
Evan You
2019-09-04 11:36:27 -04:00
parent 0bdf205a73
commit 02de984f1f
8 changed files with 124 additions and 76 deletions

View File

@@ -207,6 +207,4 @@ describe('api: createApp', () => {
})
test.todo('mixin')
test.todo('config.optionsMergeStrategies')
})

View File

@@ -0,0 +1,17 @@
describe('api: options', () => {
test('data', () => {})
test('computed', () => {})
test('methods', () => {})
test('watch', () => {})
test('provide/inject', () => {})
test('mixins', () => {})
test('extends', () => {})
test('lifecycle', () => {})
})