Gautam Chheda

Results 6 comments of Gautam Chheda

All I was doing initially is `import 'vuejs-dialog/vuejs-dialog.min.css'` and the following error wuld pop up: `Module not found: Error: Can't resolve 'vuejs-dialog/vuejs-dialog.min.css' `

I see the file in the module, but for some reason it is not detected

I finally got it to work by loading the style sheet but the import fails

Yes. I did realised and that's how I fixed it. But when I use the same statement as `import "vuejs-dialog/dist/vuejs-dialog.min.css"` it fails to import it