Skip to content

Commit 349f488

Browse files
committed
refactor: merge resources from configs
1 parent ce321bb commit 349f488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/visual-component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export class VisualComponent {
2020
this.options = { ...configs['options'] };
2121
this.apis = { ...configs['apis'] };
2222
this.data = { ...configs['data'] };
23+
this.resources = { ...configs['resources'] };
2324

2425
if (isEmpty(configs['apis'])) {
2526
this.events = { ...configs['events'] };

0 commit comments

Comments
 (0)