bernhardh / nova-dynamic-views

A nova package for dynamically overwrite the custom placeholders
16 stars 9 forks source link

Double v-bind #2

Closed stomaskov closed 3 years ago

stomaskov commented 3 years ago

Hi, there's a double v-bind error in the console.



duplicate attribute: v-bind

<div :class="compClass"><span v-for="(comp, index) in customComponents" :key="index">      <component :is="comp.name" v-bind="$props" v-bind="comp.meta"></component></span></div>
                                                                                                                                      ^^^^^^^^^^^^^^^^^^

found in

---> <CustomIndexHeader>
       <LoadingView> at resources/js/components/LoadingView.vue
         <ResourceIndex> at resources/js/views/Index.vue
           <Root>```
bernhardh commented 3 years ago

Thanks! Fixed in 1.1.2.