index.js 148 B

123456
  1. import { BaseService, Service } from '@/cool';
  2. @Service('test')
  3. export class TestService extends BaseService {}
  4. export default new TestService();