fix refresh of requested wines
This commit is contained in:
@@ -25,6 +25,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async refreshData(){
|
||||
this.wines = []
|
||||
const wines = await allRequestedWines()
|
||||
this.wines = wines
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user