web-view-antd/src/views/mall/promotion/banner/index.vue

18 lines
742 B
Vue
Raw Normal View History

2024-11-11 10:34:49 +08:00
<script lang="ts" setup>
import { DocAlert } from '@/components/DocAlert'
</script>
<template>
<div>
<doc-alert title="【营销】内容管理" url="https://doc.iocoder.cn/mall/promotion-content/" />
<a-button danger type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
该功能支持 Vue3 + element-plus 版本
</a-button>
2025-03-05 11:04:04 +08:00
<br>
2024-11-11 10:34:49 +08:00
<a-button type="link" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/promotion/banner/index.vue">
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/mall/promotion/banner/index.vue 代码pull request 贡献给我们!
</a-button>
</div>
</template>