feat: 添加函数式弹框组件 demo 示例

This commit is contained in:
xiaoxian521
2023-05-08 20:04:38 +08:00
parent fa4b951027
commit 42f5a36145
7 changed files with 302 additions and 12 deletions

View File

@@ -57,10 +57,11 @@ export function useColumns() {
label: "QQ交流群",
cellRenderer: () => {
return (
<a href="https://jq.qq.com/?_wv=1027&k=E9fwmFGr" target="_blank">
<span style="color: var(--el-color-primary)">
Pure Admin
</span>
<a
href="https://yiming_chang.gitee.io/pure-admin-doc/pages/support/#qq-%E4%BA%A4%E6%B5%81%E7%BE%A4"
target="_blank"
>
<span style="color: var(--el-color-primary)"></span>
</a>
);
}