Topic: Notification Error
fe_developer
pro premium asked 11 months ago
Expected behavior
A success notification should appear at the top after succesfull execution of pre-event-behaviour.
Actual behavior
No component is appearing with white screen with an error in logs as shown in screenshots.
This happens when I add folling setting in main.js
import Notify from 'mdbvue';
Vue.use(Notify);
Resources (screenshots, code snippets etc.)

Open
- User: Pro
- Premium support: Yes
- Technology: Vue
- MDB Version: 6.6.0
- Device: laptop
- Browser: Chrome
- OS: Ubuntu
- Provided sample code: No
- Provided link: No
Mikołaj Smoleński staff commented 11 months ago
Which installation type from our guide did you choose? https://mdbootstrap.com/docs/vue/getting-started/quick-start/
Best regards
fe_developer pro premium commented 11 months ago
I used this reference as installation guide with pro component tab https://mdbootstrap.com/docs/vue/getting-started/quick-start/#existing-project
Mikołaj Smoleński staff commented 11 months ago
Ok, it seems like there is something wrong with Your project's configuration. Please install clean MDB PRO project according to basic installation guide and check the project config to make sure how the Notify component works and to compare with your project's config.
Which version of Vue do you use?
Best regards
fe_developer pro premium commented 10 months ago
Vue Version being used is: 2.6.10 Are you suggesting the link given as reference to install pro version to existing project is not correct?
Mikołaj Smoleński staff commented 10 months ago
I suggest that project is not configured properly for importing that component. I think the easiest way to fix it will be to compare clean MDB Vue project's config with the current one.