rollup-plugin-vue icon indicating copy to clipboard operation
rollup-plugin-vue copied to clipboard

`Property 'xxx' does not exist on type 'Vue'` is thrown when accessing public member of a Vue class

Open olivierr91 opened this issue 4 years ago • 0 comments

Version

5.0.0

Reproduction link

https://repl.it/@orobert91/PropertyDoesNotExistOnTypeVue

Steps to reproduce

Run the Replit.

What is expected?

To compile correctly. This code compiles fine with tsc and WebPack.

What is actually happening?

It does not compile.

olivierr91 avatar Jul 21 '20 19:07 olivierr91