Skip to content

Commit

Permalink
Merge branch 'master' into feat/useDrag-callback
Browse files Browse the repository at this point in the history
  • Loading branch information
ttys026 authored Jul 23, 2020
2 parents 38969e1 + 0b90202 commit e900dd0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .umirc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
'babel-plugin-import',
{
libraryName: '@alifd/next',
style: true,
style: false,
},
'fusion',
],
Expand All @@ -35,7 +35,13 @@ export default {
resolve: {
includes: ['docs', 'packages/hooks/src', 'packages/use-request'],
},
links: [{ rel: 'stylesheet', href: '/style.css' }],
links: [
{
rel: 'stylesheet',
href: 'https://unpkg.com/@alifd/theme-design-pro@0.6.2/dist/next.min.css',
},
{ rel: 'stylesheet', href: '/style.css' },
],
navs: {
'zh-CN': [
null,
Expand Down
4 changes: 4 additions & 0 deletions packages/hooks/src/useFusionTable/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ legacy: /zh-CN/table/use-fusion-table

封装了常用的 Fusion [Form](https://fusion.design/pc/component/basic/form) 与 Fusion [Table](https://fusion.design/pc/component/basic/table) 联动逻辑。

> 🌈「Table场景解决方案」上线啦!点击图片查看常用的表格场景,区块代码一键下载到本地,快速复用! [使用文档](https://fusion.design/help.html#/dnzud5)
[![](https://img.alicdn.com/tfs/TB1bEbWbQcx_u4jSZFlXXXnUFXa-2326-498.png)](https://fusion.design/pc/block?category=Table)

## 代码演示

### Form 与 Table 联动
Expand Down

0 comments on commit e900dd0

Please sign in to comment.