Admin-Dashboard-Template-Vue-Bootstrap
Admin-Dashboard-Template-Vue-Bootstrap copied to clipboard
MdInput
Hey Guys,
When i was implemented the MdInput into my sample temple, it won't working properly. I think i need to include some source file into my project, could some body can help me out this. If anybody can tell me how to use on this with example. Big thanks.
Hi, MdInput is part of our MDB Vue package and You don't need to add nothing else to Your app. Do You have any errors in Your console?
Hi,
No, I couldn't found any errors. You are right, no need to include any package except MDB Vue. what i had implemented in my vue-cli 3 in the App.vue file. When i open the browser it was came well like
when i clicked into basic example input, it was came like
when i moved into next input, first input placeholder not landing properly like
.
See
below are my sample code i had implemented, is that any dependencies need while using vue-cli or i need to stay on what you provided.
This is my package.json: dependencies": { "vue": "^2.5.16", "vue-router": "^3.0.1", "vuex": "^3.0.1", "bootstrap": "^4.1.1", "font-awesome": "4.7.0", "mdbvue": "^4.2.0", "vue2-google-maps": "^0.9.7" }
Sample code:
Could you please help me to out on this ASAP that will be helpful.
Hi, I could not find any sidenav documents for vue, Is that any resources available, please add the comment.
Hi there,
The issues you have been experiencing stem out of an faulty input component. We fixed it already, the release is coming next Monday. When it comes to the Dashboard, please have a look into App.vue
. It is a regular GroupListItem enriched with routing, seek mdbootstrap GroupListItem
for documentation (that way is better than a direct link, as it can change over the course of next days). Cheers!