Browse Source

[edit][defineEmits]

zhangwei 2 năm trước cách đây
mục cha
commit
849c82a621
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/view/components/preview-balance.vue

+ 1 - 1
src/view/components/preview-balance.vue

@@ -12,7 +12,7 @@
 <script setup>
 import { ref, onMounted, reactive, defineProps, defineEmits } from "vue";
 import { syncChainTokenRechargeRecord } from "@/http/publishApi";
-const emits = defineEmits(["selectCurrency", "setCurrencyList"]);
+const emits = defineEmits(["updateData"]);
 const props = defineProps({
     dialogVisible: {
         type: Object,