feat: mixins/extends/assets options
This commit is contained in:
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