vuetify-material-dashboard icon indicating copy to clipboard operation
vuetify-material-dashboard copied to clipboard

[Bug] Package does not work with typescript enabled in vue-cli

Open ppeinsold opened this issue 4 years ago • 0 comments

Version

latest

Steps to reproduce

1.) create project with vue-cli 2.) enable typescript support 3.) install plugin vuetify-admin

What is expected?

I expect it to work out of the box or at least that there is a @types/vuetify-admin repository which I can install with npm install @types/vuetify-admin

What is actually happening?

It does not work with typescript types repository does not exist


Additional comments

I think using typescript is best practice now especially for projects interacting with an API. Has anyone a hint for me how the get this package run with typescript enabled? Thanks!

ppeinsold avatar Nov 09 '20 10:11 ppeinsold