Topic: styles not working properly on mdbvue (mdbInput)
fabian.wirth
asked 7 years ago
I am trying to simply use a mdb Input.
import Vue from 'vue';
import 'bootstrap-css-only/css/bootstrap.min.css';
import 'mdbvue/build/css/mdb.css';
import {mdbInput} from 'mdbvue'
Vue.component('mdb-input', mdbInput);
new Vue({ el: '#app'});
but my output looks like this
Add comment
Jakub Strebeyko
staff answered 7 years ago
Hi Fabian,
Thanks for reaching out! I see no reason you should be experiencing this as of now.
Is any error thrown out in the console? And, perhaps more importantly - how are you scaffolding your project, exactly? I am going to try to reproduce it, see it up close. Any kind of step by step reproduction instruction or a minimum show case example (MDBSnippets, JSfiddle or Codepen) would be much appreciated.
With Best Regards,
Kuba
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 4.6.0
- Device: PC
- Browser: chrome
- OS: Windows
- Provided sample code: No
- Provided link: No