Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Version 2.4.9

Compare
Choose a tag to compare
@rbiggs rbiggs released this 19 Jun 16:47
· 31 commits to master since this release
Using ts-ignore to avoid escaping expando properties.

1. Switched to using // @ts-ignore in code. This turns off type checking for that line of code.
2. Using this to avoid having to write element['mounted'].
3. Alternative:
// @ts-ignore
element.mounted