Skip to content

Commit

Permalink
fix: plugin source icon: null error
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 24, 2022
1 parent 503b5ae commit 5c58d5a
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -46,7 +46,10 @@ export default defineComponent({
@click.stop="go()"
/>

<template #popper>
<template
v-if="plugin"
#popper
>
<div class="flex space-x-3 items-center">
<div class="flex items-center justify-center w-8 h-8 bg-gray-700 dark:bg-gray-200 rounded">
<img
Expand Down

0 comments on commit 5c58d5a

Please sign in to comment.