feat: nicer stall cards
This commit is contained in:
parent
ad0ac073ab
commit
1f0ea23359
5 changed files with 70 additions and 34 deletions
|
|
@ -7,7 +7,15 @@ async function customerStallList(path) {
|
|||
|
||||
props: ['stalls'],
|
||||
data: function () {
|
||||
return {}
|
||||
return {
|
||||
showStalls: true
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
stalls() {
|
||||
this.showProducts = false
|
||||
setTimeout(() => { this.showProducts = true }, 0)
|
||||
}
|
||||
},
|
||||
computed: {},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue