import VueToast from 'vue-toast-notification';
import 'vue-toast-notification/dist/theme-sugar.css';
Vue.use(VueToast)
this.$toast.open({
message: 'Something went wrong!',
type: 'error',
// all of other options may go here
});
Uncaught TypeError: (0 , t.createVNode) is not a function