Skip to content

Commit

Permalink
fix: disable button
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Jan 10, 2025
1 parent 4d0a89e commit 45a9e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodemirrorEditor/EditorHeader/PostInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ onMounted(() => {
<Button variant="outline" @click="dialogVisible = false">
取 消
</Button>
<Button @click="post">
<Button :disabled="!extensionInstalled" @click="post">
确 定
</Button>
</DialogFooter>
Expand Down

0 comments on commit 45a9e1f

Please sign in to comment.