Skip to content

Commit

Permalink
fix(projects): fix event name
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Apr 13, 2024
1 parent f430584 commit 642b6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/exception-base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const icon = computed(() => iconMap[props.type]);
<div class="flex text-400px text-primary">
<SvgIcon :local-icon="icon" />
</div>
<AButton type="primary" @clikc="routerPushByKey('root')">{{ $t('common.backToHome') }}</AButton>
<AButton type="primary" @click="routerPushByKey('root')">{{ $t('common.backToHome') }}</AButton>
</div>
</template>

Expand Down

0 comments on commit 642b6f8

Please sign in to comment.