我动态地创建组件:<component is="tab"/>如何为该组件添加道具?我试着:<component is="tab" my-props="test" />我在控制台出错了:
[Vue warn]: Attribute "type" is ignored oncomponent is a fragment instance: http://vuejs.org
我在我的站点中使用来自BootstrapVue的Tabs组件,并且我想动态地更改选项卡组件中的“禁用”属性。不幸的是,这是不可能的,因为"disabled“在BootstrapVue中被定义为一个属性,而一个属性在Vue.js中是可以互换的。<b-tabs> I'm the first fading tab <b-<em