Open RockTheStreett opened 2 years ago
`<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
Same problem.
`<button type="button" class="btn btn-success btn-sm" @click="toast()">
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