fix: null component
This commit is contained in:
@@ -65,6 +65,7 @@ const GET_PROPS = computed(() => {
|
||||
<template>
|
||||
|
||||
<component
|
||||
v-if="definedDynamicSection[getCurrentSection]"
|
||||
:is="definedDynamicSection[getCurrentSection]"
|
||||
v-bind="{
|
||||
...GET_PROPS(),
|
||||
|
||||
Reference in New Issue
Block a user