Skip to content

Commit

Permalink
[update] image selector showup css
Browse files Browse the repository at this point in the history
  • Loading branch information
JunyaoHu committed Jan 5, 2025
1 parent e22fa48 commit 8a30d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sections/ImageSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ onMounted(() => {
});
const handleChange = (value) => {
indexSelected.value = value;
outputImagePath.value = outputImagesPaths[value].src;
};
Expand Down

0 comments on commit 8a30d41

Please sign in to comment.