nandi95 / vue-toastify

🔥 Simple, extendable, dependency free notification plugin. 🔥
https://vue-toastify.netlify.com/
MIT License
227 stars 12 forks source link

t.extend is not a function #23

Closed bhumit070 closed 3 years ago

bhumit070 commented 3 years ago

whenever i include this in my main.js file it compiles easily but gives me error in browser console and do nort eun my project vue-toastify.umd.min.js?6838:1 Uncaught TypeError: t.extend is not a function at Object.install (vue-toastify.umd.min.js?6838:1) at Object.use (runtime-core.esm-bundler.js?5c40:2911) at eval (main.js?56d7:8) at Module../src/main.js (app.js:1099) at webpack_require (app.js:854) at fn (app.js:151) at Object.1 (app.js:1136) at webpack_require (app.js:854) at checkDeferredModules (app.js:46) at app.js:994

nandi95 commented 3 years ago

@bhumit070 have you got an example repo? I'm not sure how to replicate this.

nandi95 commented 3 years ago

Closing due to inactivity

Grzyb9k commented 2 years ago

I have same error in Laravel 8 with Vue 3

nandi95 commented 2 years ago

I have same error in Laravel 8 with Vue 3

This plugin only works on vue 2, The vue 3 version conversion I have already started: https://github.com/nandi95/vue-toastify/issues/24