Open guyver-dash opened 7 years ago
Why there is an error in compiling? Here is the screen shot.
My html code.
<tabs v-model="activeTab" nav-style="tabs" justified> <tab header="zero"> ... </tab> <tab header="one"> ... </tab> <tab header="two" disabled> ... </tab> </tabs>
My Js code
import tabs from 'vue-strap/src/tabs' import tab from 'vue-strap/src/tab' export default{ components: { tabs, tab }, }
I don't know how to remove the error. TY
Solved now! I have a dropdown import dropdown from 'vue-strap/src/Dropdown.vue' I name it with uppercase and extendsion .vue
import dropdown from 'vue-strap/src/Dropdown.vue'
Why there is an error in compiling? Here is the screen shot.
My html code.
My Js code
I don't know how to remove the error. TY