lanan-system-vue/src/views/mall/home/index.vue

16 lines
535 B
Vue
Raw Normal View History

2024-07-30 15:07:56 +08:00
<template>
<div class="app-container">
<doc-alert title="商城手册(功能开启)" url="https://doc.iocoder.cn/mall/build/" />
<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/home/index.vue 代码pull request 贡献给我们!
</el-text>
</div>
</template>
<script>
</script>