Skip to content

Commit

Permalink
fix eslint err
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Aug 7, 2023
1 parent e77a824 commit 2000a73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/messagebox/MessageBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const props = defineProps({
});
const show = ref(true);
// eslint-disable-next-line vue/no-setup-props-destructure
const input = ref(props.defaultValue ?? '');
const dirty = ref(false);
const modal = ref(null);
Expand Down

0 comments on commit 2000a73

Please sign in to comment.