You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Version
5.0.0
Reproduction link
https://github.com/yooouuri/vue-rollup-typescript
Steps to reproduce
Check out the repo: https://github.com/yooouuri/vue-rollup-typescript
Run
yarn install && yarn build
After it, run
yarn link
In the consumer project, run
yarn link vue-components
Create component where it uses the form-input component:
It will complain about no types found, ignore it. When you run it and try to enter something in the input, it will throw 3 warnings...
What is expected?
Use the component without Vue throwing warnings...
What is actually happening?
Vue throws warnings, should not throw these warnings
The text was updated successfully, but these errors were encountered: