vue-filter-box
Version:
vue-filter-box is a dynamic filter box base on view-design
20 lines • 532 B
JSON
{
"value": {
"description": "Value of filter-box."
},
"size": {
"options": ["small", "default", "large"],
"description": "Size of component, default: small."
},
"model": {
"description": "Which will be used to generate the filter-box."
},
"loading": {
"type": "boolean",
"description": "Loading status of filter-box."
},
"buttonHide": {
"type": "boolean",
"description": "Whether hide the footer-button of the filter-box, default: false."
}
}