mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
a5a6a592c1
In app.js, `mount(Root, document.body, { dev: true, env });` crash because `body` is not available yet.
Therefore, moving the script into the body fix the issue.