Simon Genin (ges@odoo)
Simon Genin (ges@odoo)
Any update on this one ? I feel like working on this, this is so useful
Apparently it is no quite ready..
### With js being ```js const { Component } = owl; class Block extends Component {} class App extends Component {} App.components = { Block }; const app = new...
@ged-odoo This one looks like something to fix, I will work on it today. Unless we need owl v2 to fix it ?
It works with t-raw=0 instead of default slot
```xml Block Block Content ``` and ```xml Block Block Content ``` work both fine.
So the problem boils down to: Having one parent and child and calling the child with a t-call instead of its component tag. Having one component calling a template (non...
@ged-odoo There is the need of a secret token. Right now it comes from my profile. I am not sure it will work since I'm not the owner. But anyway,...
@ged-odoo I'm interested in your opinion. Here's where I took inspiration: [Dans vue js](https://github.com/vuejs/vue/search?q=__vue__)
I improved it a bit already with the help of Lucas.