# Fixed顶部或底部固定组件
# 使用教程
# 使用文档
# 导入
main.js中:
import { cFixed } from 'cpm-ui'
Vue.use(cFixed)
1
2
2
# 调用
<cFixed>
<div slot="left"></div>
正文
正文
正文
<div slot="right"></div>
</cFixed>
1
2
3
4
5
6
7
2
3
4
5
6
7
# 属性props
无
# 事件Event
无
# 插槽slot
方法 | 说明 |
---|---|
left | header吸顶 |
right | footer吸顶 |
<cFixed>
<div slot="left"></div>
正文
正文
正文
<div slot="right"></div>
</cFixed>
1
2
3
4
5
6
7
2
3
4
5
6
7
# 特别提示
无