🦀️ fix: 修复bug
This commit is contained in:
parent
6331ce09d1
commit
405cc77c36
|
@ -80,6 +80,7 @@
|
|||
setup () {
|
||||
const goods = ref({});
|
||||
const toast = ref(false);
|
||||
const loading = ref(false);
|
||||
const clr = ref(null);
|
||||
const goodsCount = ref(0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue