Open AbidemiT opened 4 years ago
PageCount prop should be an Array taking in Number and String e.g.
props: { pageCount: { type: [Number, String], required: true } }
This can come in handy if the value being passed comes from another variable or data attribute instead of a hard-coded number.
PageCount prop should be an Array taking in Number and String e.g.
props: { pageCount: { type: [Number, String], required: true } }
This can come in handy if the value being passed comes from another variable or data attribute instead of a hard-coded number.