任务明细页面
This commit is contained in:
18
components/fab/props.js
Normal file
18
components/fab/props.js
Normal file
@@ -0,0 +1,18 @@
|
||||
const props = {
|
||||
buttonProps: {
|
||||
type: Object,
|
||||
},
|
||||
icon: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
style: {
|
||||
type: String,
|
||||
value: 'right: 16px; bottom: 32px;',
|
||||
},
|
||||
text: {
|
||||
type: String,
|
||||
value: '',
|
||||
},
|
||||
};
|
||||
export default props;
|
||||
Reference in New Issue
Block a user