Skip to content

Commit

Permalink
fix:Fix install button click event
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghengxin committed Mar 22, 2024
1 parent fc9c013 commit f5363f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/src/components/Apps/AppDetailInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
rounded
size="is-normal"
type="is-primary"
@click.self="
@click="
$emit('install', appDetailData.id, appDetailData)
$messageBus('appstore_install', i18n(appDetailData.title))
">
{{ $t('Install') }}
<b-dropdown :triggers="['hover', 'click']">
<template #trigger>
<div class="casa-down-outline custom-install-dropdown-trigger"></div>
<div class="casa-down-outline custom-install-dropdown-trigger" @click.stop></div>
</template>
<b-button
:disabled="unusable"
Expand Down

0 comments on commit f5363f5

Please sign in to comment.