18 lines
271 B
TypeScript
18 lines
271 B
TypeScript
describe('api: options', () => {
|
|
test('data', () => {})
|
|
|
|
test('computed', () => {})
|
|
|
|
test('methods', () => {})
|
|
|
|
test('watch', () => {})
|
|
|
|
test('provide/inject', () => {})
|
|
|
|
test('mixins', () => {})
|
|
|
|
test('extends', () => {})
|
|
|
|
test('lifecycle', () => {})
|
|
})
|