Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With @vue/language-tools 2.2.0 `$slots` and `useSlots()` have gotten better ts support. Sadly this introduced a circular type-dependency when using `$slots` within a `v-for`. So we needed a workaround to pass the typecheck. see also: vuejs/language-tools#5082 RISDEV-0000
- Loading branch information