feat: mixins/extends/assets options
This commit is contained in:
@@ -207,6 +207,4 @@ describe('api: createApp', () => {
|
||||
})
|
||||
|
||||
test.todo('mixin')
|
||||
|
||||
test.todo('config.optionsMergeStrategies')
|
||||
})
|
||||
|
||||
17
packages/runtime-core/__tests__/apiOptions.spec.ts
Normal file
17
packages/runtime-core/__tests__/apiOptions.spec.ts
Normal 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', () => {})
|
||||
})
|
||||
Reference in New Issue
Block a user