UNPKG
sweetpea
Version:
latest (1.1.2)
1.1.2
1.1.1
1.0.4
1.0.3
1.0.1
1.0.0
Signal and Web Component Enhanced Web Apps
github.com/catpea/sweetpea
catpea/sweetpea
sweetpea
/
src
/
supervisor
/
system
/
standard
/
View.js
11 lines
(7 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
View
from
'view'
;
export
default
class
SystemStandard
extends
View
{
mount
(
){
super
.
mount
(...
arguments
);
// this.db.url.set('zbork');
} }