Marc Sladek
Results
11
comments of
Marc Sladek
From `[email protected]` onwards I'm also getting the error `Property '$el' does not exist on type ...` for instances acquired by `useTemplateRef`, e.g.: ``` const input = useTemplateRef('input'); watch(input, (input) =>...