Commit 7f146ebe by zhuzhequan

Merge branch 'dev' into 'master'

修改 interface 引入

See merge request !37
parents ecadef4a e11e7f9f
<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