Skip to content

Commit

Permalink
fix: Missing hub warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jexordexan committed May 4, 2021
1 parent 1a5153c commit 7396699
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ContainerMixin.ts
Expand Up @@ -164,7 +164,12 @@ interface ComponentData extends ComponentProps {

// Export Sortable Container Component Mixin
export const ContainerMixin = defineComponent({
inject: ['SlicksortHub'],
inject: {
SlicksortHub: {
from: 'SlicksortHub',
default: null,
}
},

provide() {
return {
Expand Down

0 comments on commit 7396699

Please sign in to comment.