Files
yudao-dev/src/views/mall/promotion/article/index.vue
‘937886381’ 1ea62af1d6 修改
2025-11-12 16:56:14 +08:00

16 lines
554 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="app-container">
<doc-alert title="【营销】内容管理" url="https://doc.iocoder.cn/mall/promotion-content/" />
<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/promotion/article/index.vue 代码pull request 贡献给我们!
</el-text>
</div>
</template>
<script>
</script>