paliari / v-toaster

Vue Toaster
56 stars 14 forks source link

Documentation on how to use v-toaster in a browser #1

Closed miseeger closed 7 years ago

miseeger commented 7 years ago

Hi and first of all: Thank you for this cool component!

When I tried to get it running by including it in a browser script, the documented way failed. It has to be
VToaster instead of Toaster ;-)

<script>
  Vue.use(VToaster, {timeout: 5000})
</script>

Cheers.

paliari commented 7 years ago

Thank you for the tip