nandi95 / vue-toastify

🔥 Simple, extendable, dependency free notification plugin. 🔥

Home Page:https://vue-toastify.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t.extend is not a function

bhumit070 opened this issue · comments

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

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

Closing due to inactivity

I have same error in Laravel 8 with Vue 3

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: #24