mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
imp: rename library into owl
This commit is contained in:
@@ -25,7 +25,7 @@ const template = `
|
||||
</div>
|
||||
</div>`;
|
||||
|
||||
export class App extends odoo.core.Component {
|
||||
export class App extends owl.core.Component {
|
||||
constructor(parent, props) {
|
||||
super(parent, props);
|
||||
this.inlineTemplate = template;
|
||||
|
||||
Reference in New Issue
Block a user