bump pod 1.3.0

This commit is contained in:
2023-03-01 23:58:54 +01:00
parent 7627085704
commit 44171e616b
3 changed files with 1 additions and 5 deletions
-2
View File
@@ -43,8 +43,6 @@ const onListItemClick = (index: number) => {
};
const stockImageError = (e: Event, stock: IStock) => {
console.log('error');
emit('stockImageError', e, stock);
};