AUR0228
Error Message
Description
Example Trigger
import { computed } from '@aurelia/runtime';
export class MyVm {
// ❌ Not a getter
@computed
total() {
return 0;
}
}Solution
Troubleshooting
Last updated
Was this helpful?