@visactor/vchart
Version:
charts lib based @visactor/VGrammar
12 lines (10 loc) • 331 B
JavaScript
import { BasePluginService } from "../base/base-plugin-service";
export class ComponentPluginService extends BasePluginService {
constructor(component) {
super(), this.component = component;
}
releaseAll() {
super.releaseAll(), this.component = null;
}
}
//# sourceMappingURL=plugin-service.js.map