detail.vue 91 Bytes
Newer Older
1 2 3 4 5
<script>
import Edit from './edit'
Edit.name = 'CouponDetail'
export default Edit
</script>