This repository was archived by the owner on Oct 21, 2021. It is now read-only.
This repository was archived by the owner on Oct 21, 2021. It is now read-only.
Problems with type definitions ($funk on CombinedVueInstance) #1
Closed
Description
When this @ts-ignore
line of the TS example is removed, an error is thrown whilst serving/building the typescript example. According to this error, $funk
doesn't exist on CombinedVueInstance
, whilst it should according to lib.d.ts
.
Help would be appreciated!
Reproduction steps:
- Clone the repository
- Remove the
/// @ts-ignore
line (line 44) fromexample-ts/src/components/StationsTable.vue
- Run
yarn serve
(ornpm run serve
) insideexample-ts
- Observe the console output