import { BaseService, Service } from '@/cool'; @Service('test') export class TestService extends BaseService {} export default new TestService();