Skip to content

Commit 5c58d5a

Browse files
committed
fix: plugin source icon: null error
1 parent 503b5ae commit 5c58d5a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/app-frontend/src/features/plugin/PluginSourceIcon.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ export default defineComponent({
4646
@click.stop="go()"
4747
/>
4848

49-
<template #popper>
49+
<template
50+
v-if="plugin"
51+
#popper
52+
>
5053
<div class="flex space-x-3 items-center">
5154
<div class="flex items-center justify-center w-8 h-8 bg-gray-700 dark:bg-gray-200 rounded">
5255
<img

0 commit comments

Comments
 (0)