Skip to content

Commit

Permalink
fix(vue): don't run when create
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Oct 5, 2024
1 parent 03f4b0e commit ba5a9b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unstable/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class ReactiveEffect extends Effect {

constructor(fn: () => void) {
super(fn);
this.run(); // TODO: should we run it here?
}

get dirty() {
Expand Down

0 comments on commit ba5a9b7

Please sign in to comment.