[FIX] portal: unskip some tests

This commit is contained in:
Géry Debongnie
2021-11-14 15:39:03 +01:00
committed by Aaron Bohy
parent af80cefa76
commit ae30d9db7d
3 changed files with 69 additions and 13 deletions
+5
View File
@@ -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);