You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
564 B
15 lines
564 B
<template>
|
|
<div class="app-container">
|
|
<doc-alert title="【交易】快递发货" url="https://doc.iocoder.cn/mall/trade-delivery-express/" />
|
|
|
|
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
|
|
该功能支持 Vue3 + element-plus 版本!
|
|
</el-link>
|
|
<br />
|
|
<el-text>
|
|
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/trade/delivery/express/index.vue 代码,pull request 贡献给我们!
|
|
</el-text>
|
|
</div>
|
|
</template>
|
|
<script>
|
|
</script>
|
|
|