Skip to content

Commit

Permalink
feat: add text stick function (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed Jun 14, 2023
1 parent ce923ba commit cf0de2a
Show file tree
Hide file tree
Showing 5 changed files with 586 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/vtable/examples/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,15 @@ export const menus = [
}
]
},
{
menu: 'stack-text',
children: [
{
path: 'stack-text',
name: 'stack-pivot'
}
]
},
{
menu: '调试使用',
children: [
Expand Down
Loading

0 comments on commit cf0de2a

Please sign in to comment.