Topic: Import All Components
mrandrewjbaker
asked a year ago
is there any way to Import All MDB Components in main.js rather than importing each individual component?
Mikołaj Smoleński
staff answered a year ago
Hi there,
Please use the following code:
import * as mdbvue from 'mdbvue'
for (const component in mdbvue) {
Vue.component(component, mdbvue[component])
}
Best regards
Answered
- User: Free
- Premium support: No
- Technology: Vue
- MDB Version: 5.8.3
- Device: Desktop
- Browser: Chrome
- OS: Windows
- Provided sample code: No
- Provided link: No