xlqx/app/pages/merchantFranchise/index.vue

11 lines
151 B
Vue
Raw Normal View History

2025-11-04 13:45:23 +08:00
<script setup lang="ts">
2025-11-04 15:32:40 +08:00
// 表单逻辑已抽离到 MerchantForm 组件
2025-11-04 13:45:23 +08:00
</script>
<template>
2025-11-04 15:32:40 +08:00
<MerchantForm />
2025-11-04 13:45:23 +08:00
</template>
<style scoped>
</style>