We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2187d12 commit eb1199cCopy full SHA for eb1199c
adminforth/spa/src/components/ThreeDotsMenu.vue
@@ -30,9 +30,9 @@
30
}"
31
@click="injectedComponentClick(i)"
32
>
33
- <div class="wrapper">
+ <div class="wrapper" v-if="getCustomComponent(item)">
34
<component
35
- :ref="(el: any) => setComponentRef(el, i)" :is="getCustomComponent(item)"
+ :ref="(el: any) => setComponentRef(el, i)" :is="getCustomComponent(item)!"
36
:meta="item.meta"
37
:resource="coreStore.resource"
38
:adminUser="coreStore.adminUser"
0 commit comments