mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
b00188c1ce
In this commit, we uses the "!" as suffix to designate an event that should be captured. This is inspired by the Vue source code. This solves the issue of communicating additional information to the underlying virtual dom. However, this will most likely disappear when we rewrite the vdom as a virtual block system. closes #650