perf: remove slow props
This commit is contained in:
parent
53678d106c
commit
dd5a0d7d79
|
@ -25,14 +25,6 @@ export class Trait extends decorate(class {}) {
|
|||
|
||||
destroy() {}
|
||||
|
||||
get isDirty() {
|
||||
return this._isDirty;
|
||||
}
|
||||
|
||||
set isDirty(isDirty) {
|
||||
this._isDirty = isDirty;
|
||||
}
|
||||
|
||||
hooks() {
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user