wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 132 forks source link

Tab Error in Compiling #110

Open guyver-dash opened 7 years ago

guyver-dash commented 7 years ago

Why there is an error in compiling? Here is the screen shot. capture

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

guyver-dash commented 7 years ago

Solved now! I have a dropdown import dropdown from 'vue-strap/src/Dropdown.vue' I name it with uppercase and extendsion .vue