Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-phi committed Feb 7, 2024
1 parent 1e8f87e commit 7d7c1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/formblocks/OutlineBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default defineComponent({
this.$emit("update:posX", 0);
this.$emit("update:posY", 0);
}
}
},
},
});
</script>
Expand Down

0 comments on commit 7d7c1a6

Please sign in to comment.