[FIX] playground: update example to owl 2

This commit is contained in:
Géry Debongnie
2021-12-21 15:09:02 +01:00
committed by Aaron Bohy
parent ce8ddd1cbf
commit 38941bc26f
3 changed files with 458 additions and 541 deletions
-2
View File
@@ -16,8 +16,6 @@ import { mainEventHandler } from "./component/handler";
import { Portal } from "./portal";
export type { Reactive } from "./reactivity";
config.shouldNormalizeDom = false;
config.mainEventHandler = mainEventHandler;
(UTILS as any).Portal = Portal;