mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] portal: unskip some tests
This commit is contained in:
committed by
Aaron Bohy
parent
af80cefa76
commit
ae30d9db7d
@@ -53,6 +53,11 @@ class VPortal extends VText implements Partial<VNode<VPortal>> {
|
||||
|
||||
export class Portal extends Component {
|
||||
static template = xml`<t t-slot="default"/>`;
|
||||
static props = {
|
||||
target: {
|
||||
type: String,
|
||||
},
|
||||
};
|
||||
|
||||
constructor(props: any, env: any, node: ComponentNode) {
|
||||
super(props, env, node);
|
||||
|
||||
Reference in New Issue
Block a user