Skip to content

Commit 64daedc

Browse files
committed
feat: test
1 parent aca3d45 commit 64daedc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/conveyer/src/Conveyer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ class Conveyer extends Component<ConveyerEvents> {
129129
this._scrollArea = scrollArea;
130130
if (this._options.autoInit) {
131131
this.init();
132+
console.log("feat: test");
132133
}
133134
}
134135
/**

0 commit comments

Comments
 (0)