[REF] components: remove .el

This commit is contained in:
Géry Debongnie
2021-12-20 13:54:52 +01:00
committed by Aaron Bohy
parent 7eaecac0b5
commit bf9cceb56f
17 changed files with 80 additions and 104 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ describe("style and class handling", () => {
state = useState({ c: true });
setup() {
onMounted(() => {
(<HTMLDivElement>this.el!).classList.add("user");
fixture.querySelector("div")!.classList.add("user");
});
}
}