Skip to content

Commit

Permalink
Merge pull request #200 from qianmoQ/dev-data-table
Browse files Browse the repository at this point in the history
组件: 支持数据表格
  • Loading branch information
qianmoQ authored Jan 15, 2025
2 parents f8e3051 + 0faf586 commit 210eefc
Show file tree
Hide file tree
Showing 38 changed files with 2,303 additions and 62 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ docs/.vitepress/cache
src/views/pages/components/ExampleHome.vue
depcheck-output.json
.npm
Library
1 change: 1 addition & 0 deletions configure/publish/publish-deploy-playground.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
HOME=$(pwd)

cd $HOME/playground
pnpm upgrade view-shadcn-ui@latest
pnpm run build

rm -rf /tmp/playground-dist
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ export default {
{text: '数据构建 (Data Builder)', link: 'data/data-builder', icon: '/components/data/data-builder.svg', version: '2024.5.0'},
{text: '流程 (Workflow)', link: 'data/workflow', icon: '/components/data/workflow.svg', version: '2024.5.1'},
{text: '数据过滤 (Data Filter)', link: 'data/data-filter', icon: '/components/data/data-filter.svg', version: '2024.5.2'},
{text: '数据表格 (Data Table)', link: 'data/data-table', icon: '/components/data/data-table.svg', version: '2025.1.1'},
]

return {
Expand Down
Loading

0 comments on commit 210eefc

Please sign in to comment.