apiOptions.spec.ts 271 B

1234567891011121314151617
  1. describe('api: options', () => {
  2. test('data', () => {})
  3. test('computed', () => {})
  4. test('methods', () => {})
  5. test('watch', () => {})
  6. test('provide/inject', () => {})
  7. test('mixins', () => {})
  8. test('extends', () => {})
  9. test('lifecycle', () => {})
  10. })