UNPKG

@stilljs/apploader

Version:

Still.js Lib for integrating microservices to other Libraries/Frameworks (e.g. React)

11 lines (7 loc) 143 B
export class CounterComponent extends ViewComponent { isPublic = true; count = 0; increment(){ this.count = this.count.value + 1; } }