Files
uniapp-im-shop/pages/address/edit.vue
2025-12-26 02:15:32 +08:00

12 lines
195 B
Vue

<script setup>
import EditBox from './add.vue'
</script>
<template>
<view class="address-edit">
<EditBox type="edit"></EditBox>
</view>
</template>
<style lang="scss" scoped></style>