Why are Bootstrap-Vue types so bad?
See original GitHub issueThe typings file at src/index.d.ts
is out of date and only includes types for methods, but not properties, computed properties, etc. Since there is no @types/bootstrap-vue
, wouldn’t it make sense to improve the typings file included in the source?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Bootstrap vs Bootstrap Vue | What are the differences?
Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. On the other hand,...
Read more >Form Input | Components - BootstrapVue
Create various type inputs such as: text, password, number, url, email, ... of custom component based inputs, and may generate a bad user...
Read more >Bootstrap-vue doesn't load CSS - Stack Overflow
the command in bootstrap-vue's getting started page is so wrong! npm install vue bootstrap bootstrap-vue when you do that it installs the latest ......
Read more >Can I use bootstrap in vue 3 without using bootstrap-vue?
I'm new to front end development so I'm not sure if this is a bad idea or not… Bootstrap-vue has not been updated...
Read more >Form Textarea | BootstrapVue 3 - cdmoro
If no value is provided to rows , then it will default to 2 (the browser ... want to use a particular state...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The latest changes should have improved types.
What’s happening with typings. They don’t seem to work at all:
Code: