mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
9b9c15e4a9
A few corrections to make the example more realistic: - The component has no `error` property, so the writer probably meant `state.error`. - The "content" slot is not being set, and "default" does the job in this case. - The closing tag was missing in the `ErrorBoundary`'s template.