Skip to content

Commit

Permalink
refactor: remove emit
Browse files Browse the repository at this point in the history
  • Loading branch information
daflyinbed committed Oct 10, 2023
1 parent d7cc619 commit ad61e36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/MemoryList/Memory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default defineComponent({
required: true,
},
},
emits: ["update:charMemory"],
setup(props) {
const src = computed(() => {
const lowRarityImg = `/images/${getImagePath(
Expand Down

0 comments on commit ad61e36

Please sign in to comment.