UNPKG
bbpro
Version:
latest (6.1.5)
6.1.5
6.1.4
BrowserBox - remote browser isolation tool
github.com/BrowserBox/BrowserBox
i5ik/vf
bbpro
/
dist
/
node_modules
/
bang.html
/
docs
/
components
/
sg-counter
/
script.js
8 lines
(7 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
class
Counter
extends
Base
{ Increment() {
const
{state} =
this
; state.count++;
this
.state = state; } }