fix: null component
This commit is contained in:
@@ -31,6 +31,7 @@ const GET_PROPS = computed(() => {
|
||||
|
||||
<template>
|
||||
<component
|
||||
v-if="definedDynamicComponent[getCurrentComponent]"
|
||||
:is="definedDynamicComponent[getCurrentComponent]"
|
||||
v-bind="{ ...GET_PROPS(), component: _props.component, settings: _props.settings }"
|
||||
/>
|
||||
|
||||
@@ -31,6 +31,7 @@ const GET_PROPS = computed(() => {
|
||||
|
||||
<template>
|
||||
<component
|
||||
v-if="definedDynamicComponent[getCurrentComponent]"
|
||||
:is="definedDynamicComponent[getCurrentComponent]"
|
||||
v-bind="{ ...GET_PROPS(), component: _props.component, settings: _props.settings }"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user