refactor(web): remove reactivity triggers (#14164)
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
person.updatedAt = Date.now().toString();
|
||||
}
|
||||
});
|
||||
// trigger reactivity
|
||||
people = people;
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user