Skip to content

Commit

Permalink
It is calles string in typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
fupduck committed Dec 6, 2023
1 parent 5655489 commit 0ddfaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default defineComponent({
this.menu = false;
this.mete = true;
},
addNewBarCode($event: Event, barcode: str) {
addNewBarCode($event: Event, barcode: string) {
$event.preventDefault();
this.meteUrl = '/mete/barcodes/new?id=' + encodeURIComponent(barcode);
Expand Down

0 comments on commit 0ddfaa6

Please sign in to comment.