Skip to content

Commit

Permalink
Add a missing defineEmits.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed May 22, 2024
1 parent 03cfe6d commit dde49b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/preview/preview_confirm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ function close() {
model.value = false;
}
const emit = defineEmits(['openPreview']);
async function ok() {
loading.value = true;
try {
Expand Down

0 comments on commit dde49b5

Please sign in to comment.