fix: when opening the tool separately, there is no need to pass the toolbar-tools slot (#4841)
This commit is contained in:
@@ -320,7 +320,7 @@ useVbenForm 返回的第二个参数,是一个对象,包含了一些表单
|
||||
```ts
|
||||
export interface ActionButtonOptions {
|
||||
/** 样式 */
|
||||
class?: any;
|
||||
class?: ClassType;
|
||||
/** 是否禁用 */
|
||||
disabled?: boolean;
|
||||
/** 是否加载中 */
|
||||
|
@@ -67,7 +67,7 @@ import { SvgTestIcon } from '@vben/icons';
|
||||
</template>
|
||||
```
|
||||
|
||||
## Tailwind CSS 图标 <Badge text="不推荐" type="danger"/>
|
||||
## Tailwind CSS 图标
|
||||
|
||||
### 使用
|
||||
|
||||
|
Reference in New Issue
Block a user