FatFloatFooter 浮动尾部 #
示例 #
查看代码
vue
<template>
<FatFloatFooter>
<el-button type="primary">提交</el-button>
<el-button>取消</el-button>
</FatFloatFooter>
</template>
<script lang="tsx" setup>
import { FatFloatFooter } from '@wakeadmin/components';
</script>
API #
属性 | 描述 | 默认值 |
---|---|---|
reuseBayIfNeed?: boolean | 在微前端环境是否直接使用基座提供的 wkc-float-footer | true |