Commit e11e7f9f by zhuzhequan

修改 interface 引入

parent e418e98e
<script setup lang="ts">
import { defineModel } from 'vue'
import { updateAddressApi, AddressInfo } from '@/api/podUsOrder.ts'
import { updateAddressApi } from '@/api/podUsOrder.ts'
import {AddressInfo} from '@/types/api/podUsOrder.ts'
const emits = defineEmits(['success'])
defineProps<{
countryList: { countryCode: string }[]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment