stepin-template icon indicating copy to clipboard operation
stepin-template copied to clipboard

an admin template built with antdv、tailwindcss、vue and vite

Results 15 stepin-template issues
Sort by recently updated
recently updated
newest added

ts错误信息:`不能将类型“({ children: ({ children: (... | { title?: VNodeChildAtom | VNode | VNodeChildAtom[] | ((props: ColumnTitleProps) => ColumnTitleNode) | (VNodeChildAtom | (VNodeChildAtom | (VNodeChildAtom | (VNodeChildAtom | (VNodeChildAtom | (VNodeChildAtom...

现在只能显示“加载中”3个字,感觉有点单调。

src/router/index.ts:7:3 - error TS2345: Argument of type '{ history: { readonly base: string; readonly location: string; readonly state: HistoryState; push: (to: string, data?: HistoryState) => void; replace: (to: string, data?:...

![image](https://github.com/stepui/stepin-template/assets/37079584/7f2a41d6-a189-47a3-83b7-d8d634206b69) 这个stepin框架控件,能否提供方法,修改提示文字,修改/去除图标?

![83a71b1b54eb87d3908e09553d9240ca](https://github.com/stepui/stepin-template/assets/51160517/a8f1ad4d-68f1-4d5a-b309-d27ce67c10a0) ![7231babe1a5a6107c309574b9020cdf9](https://github.com/stepui/stepin-template/assets/51160517/ef62ee2d-f8f0-43fc-9630-236ddd2446e9)

theme 主题设置后保存,导出 按钮都无效 能否将按钮事件放出来或者不放出来。框架自己把设置的主题缓存下来也行

复现配置如下: ![image](https://github.com/stepui/stepin-template/assets/33926823/cbb1fd79-35f0-4599-a266-474cc1611e9c) 父级菜单配置了permission,此时子级菜单虽然设置了renderMenu = false,但是仍然会显示出来。 另外,建议当没有子级菜单时,自动隐藏父级菜单

bug

现有一个路由:{ id: 7, name: 'user', title: '用户管理', target: '_self', path: '/system/user', component: '@/pages/user', renderMenu: false, parent: 'system', permission: null, cacheable: true, } 想法(如果不好搞的话,我就只能多去新建文件来解决了):1、比如在里面随意添加自定义属性 2、可以设置固定的 params、query 的属性或者属性值

good first issue

本想读一下源码,发现引用了stepin这个第三方包,没找到stepin第三方包的源代码,请问stepin的代码是否开源?