artemsky / vue-snotify

Vuejs 2 Notification Center
https://artemsky.github.io/vue-snotify/
MIT License
794 stars 98 forks source link

Instalation documentation missing style sheet import #87

Open jfarellano opened 5 years ago

jfarellano commented 5 years ago

In the instalation section in docs is missing the style sheet import.

The import is: import 'vue-snotify/styles/_theme_.css'

Also it would be nice to clarify that to reference snotify from a component sould be with this.$snotify and not with vm.$snotify

luckydevbrian commented 5 years ago

It is a bit hidden, but it is there: Available style themes

There is a link to this page near the bottom of the navigation and also at the bottom of the installation page.