mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
@@ -663,7 +663,7 @@ function makeStore() {
|
||||
|
||||
function setup() {
|
||||
owl.config.mode = "dev";
|
||||
const env = {store = makeStore()};
|
||||
const env = {store: makeStore()};
|
||||
mount(App, { target: document.body, env });
|
||||
}
|
||||
```
|
||||
@@ -939,7 +939,7 @@ For reference, here is the final code:
|
||||
|
||||
function setup() {
|
||||
owl.config.mode = "dev";
|
||||
const env = {store = makeStore()};
|
||||
const env = {store: makeStore()};
|
||||
mount(App, { target: document.body, env });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user