File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,11 @@ You can pass these below props to `<rangedate-picker :props="props"></rangedate-
164164
165165+ ** presetRanges**
166166
167- * Description* : -
167+ * Description* : Set of objects that will shown as quick selection of daterange
168168
169169 * Type* : Object
170- Example :
170+
171+ Example Object :
171172 ``` javascript
172173 {
173174 today : function () {
@@ -194,14 +195,10 @@ You can pass these below props to `<rangedate-picker :props="props"></rangedate-
194195 // label: 'string', active: 'boolean', dateRange: {start: date, end: end}
195196 }
196197 },
197- thisMonth : function () {
198- },
199- lastMonth : function () {
200- },
201- last7days : function () {
202- },
203- last30days : function () {
204- }
198+ thisMonth : function () {},
199+ lastMonth : function () {},
200+ last7days : function () {},
201+ last30days : function () {}
205202 }
206203 ```
207204
You can’t perform that action at this time.
0 commit comments