mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] qweb: t-props directive
We reimplement the directive "t-props" and add some tests for it.
This commit is contained in:
committed by
Aaron Bohy
parent
8c71d99e5f
commit
b6eb4d009e
@@ -1,6 +1,11 @@
|
||||
import { App, Component, mount, onWillStart, onWillUpdateProps, useState } from "../../src";
|
||||
import { Fiber } from "../../src/component/fibers";
|
||||
import { onMounted, onPatched, onWillPatch, onWillUnmount } from "../../src/component/lifecycle_hooks";
|
||||
import {
|
||||
onMounted,
|
||||
onPatched,
|
||||
onWillPatch,
|
||||
onWillUnmount,
|
||||
} from "../../src/component/lifecycle_hooks";
|
||||
import { Scheduler } from "../../src/component/scheduler";
|
||||
import { status } from "../../src/component/status";
|
||||
import { xml } from "../../src/tags";
|
||||
|
||||
Reference in New Issue
Block a user