Skip to content

Commit 3627fd8

Browse files
committed
【功能占位】system:三方登录的管理
1 parent 49dbfd0 commit 3627fd8

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<template>
2+
<div class="app-container">
3+
<doc-alert
4+
title="三方登录"
5+
url="https://doc.iocoder.cn/social-user/"
6+
/>
7+
8+
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
9+
该功能支持 Vue3 + element-plus 版本!
10+
</el-link>
11+
<br />
12+
<el-text>
13+
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/system/social/client/index.vue 代码,pull request 贡献给我们!
14+
</el-text>
15+
</div>
16+
</template>
17+
<script>
18+
</script>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<template>
2+
<div class="app-container">
3+
<doc-alert
4+
title="三方登录"
5+
url="https://doc.iocoder.cn/social-user/"
6+
/>
7+
8+
<el-link type="danger" target="_blank" href="https://github.com/yudaocode/yudao-ui-admin-vue3">
9+
该功能支持 Vue3 + element-plus 版本!
10+
</el-link>
11+
<br />
12+
<el-text>
13+
可参考 https://github.com/yudaocode/yudao-ui-admin-vue3/blob/master/src/views/system/social/user/index.vue 代码,pull request 贡献给我们!
14+
</el-text>
15+
</div>
16+
</template>
17+
<script>
18+
</script>

0 commit comments

Comments
 (0)