Skip to content

Commit

Permalink
🌈 style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
andywang425 committed Sep 13, 2023
1 parent 1eb2d98 commit 4b974e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PanelHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const uiStore = useUIStore()
</script>

<template>
<div class="collapse-btn" @click="uiStore.changeCollapse()">
<div class="collapse-btn" @click="uiStore.changeCollapse">
<el-icon v-if="uiStore.uiConfig.isCollapse">
<Expand />
</el-icon>
Expand Down
1 change: 1 addition & 0 deletions src/components/icons/InfoIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const open = () => {
title: 'æ— ',
message: 'æ— '
})
ElMessageBox({
title: title,
message: message,
Expand Down

0 comments on commit 4b974e9

Please sign in to comment.