Godofbrowser / vuejs-dialog

A lightweight, promise based alert, prompt and confirm dialog
MIT License
351 stars 111 forks source link

Changed vuejs-dialog.min.css path in docs #37

Closed squalsoft closed 6 years ago

squalsoft commented 6 years ago

Styles are placed in 'node-modules/vuejs-dialog/dist/ folder after npm i -S vuejs-dialog

So directive import 'vuejs-dialog/vuejs-dialog.min.css'; won't work with Vue cli project.

squalsoft commented 6 years ago

Yes, i use it in my production already

24 июля 2018 г., в 0:42, Ajeh Emeke notifications@github.com написал(а):

@Godofbrowser commented on this pull request.

In README.md:

// include the default style -import 'vuejs-dialog/vuejs-dialog.min.css' +import 'vuejs-dialog/dist/vuejs-dialog.min.css'; Hello @squalsoft , Thanks for the PR. I'll like to ask, has this been tested?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

Godofbrowser commented 6 years ago

Okay, thanks.