Add useSignal
Some checks failed
Lint / lint (push) Failing after 9s

This commit is contained in:
Julien Valverdé
2026-01-01 23:25:05 +01:00
parent d37c5e1405
commit fae11b2024
8 changed files with 73 additions and 21 deletions

View File

@@ -8,4 +8,8 @@ export default class TestUi1 extends Control {
_ready(): void {
Renderer.renderComponent(this, TestUi1Component)
}
_exit_tree(): void {
console.log("exit tree")
}
}