acidjazz / tv-toast

Programmatic toasts for Nuxt.js powered by Tailwind CSS
MIT License
116 stars 11 forks source link

Styles not showing #28

Open RockTheStreett opened 2 years ago

RockTheStreett commented 2 years ago

image

`<button type="button" class="btn btn-success btn-sm" @click="toast()">

                    </button>`

export default { methods: { async toast() { this.$toast.show({ type: 'success', title: 'Success', message: 'This is a successful toast', }) } }, } </script>

There are no errors in the console

sharyar-t commented 2 years ago

Same problem.