Skip to content

Commit 883f108

Browse files
authored
fix: add VExpansionPanels in Vue Vuetify mixed renderer dependencies
1 parent e0da625 commit 883f108

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/vue-vuetify/src/complex/MixedRenderer.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ import {
111111
VCol,
112112
VContainer,
113113
VExpansionPanel,
114+
VExpansionPanels,
114115
VExpansionPanelText,
115116
VExpansionPanelTitle,
116117
VRow,
@@ -346,6 +347,7 @@ const controlRenderer = defineComponent({
346347
DispatchRenderer,
347348
VSelect,
348349
VExpansionPanel,
350+
VExpansionPanels,
349351
VExpansionPanelTitle,
350352
VExpansionPanelText,
351353
VContainer,

0 commit comments

Comments
 (0)