Skip to content

Commit

Permalink
UserImageComponent의 props 출력 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
yhlee002 committed Jul 22, 2024
1 parent 12970b2 commit 2dabc78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/icon/UserImageComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import NoProfileImageComponent from "@/components/icon/NoProfileImageComponent.vue";
const props = defineProps(['profileImage', 'role', 'width', 'height']);
console.log('props', props);
</script>

<template>
Expand Down

0 comments on commit 2dabc78

Please sign in to comment.