We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the error is: http://127.0.0.1:5173/node_modules/.vite/deps/@meforma_vue-toaster.js?v=5508a788 net::ERR_ABORTED 504 (Outdated Optimize Dep)
My main.js file is
import { createApp } from 'vue' import { createPinia } from 'pinia' import App from './App.vue' import router from './router' import './assets/main.css' import axios from 'axios' import Toaster from '@meforma/vue-toaster'; const app = createApp(App) app.use(createPinia()) app.use(router, axios,Toaster) app.mount('#app')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In my Vue project toaster import give error in main.js
the error is:
http://127.0.0.1:5173/node_modules/.vite/deps/@meforma_vue-toaster.js?v=5508a788 net::ERR_ABORTED 504 (Outdated Optimize Dep)
My main.js file is
The text was updated successfully, but these errors were encountered: