vue-flexboxgrid icon indicating copy to clipboard operation
vue-flexboxgrid copied to clipboard

Can Column props be Number instead of String?

Open stuible opened this issue 6 years ago • 1 comments

First of all, thank you for this project. It's exactly what I needed. I noticed you set the property type for Columns as Strings. This causes errors when you try to input the number directly without adding an extra layer of single quotes to indicate a String. Woudl you consider switching the data type to Number?

stuible avatar Jan 13 '19 23:01 stuible

Same here... both methods throw a warning: <column :md=6> <column :md="6">

Thanks!

marcohofmann avatar Jan 31 '19 09:01 marcohofmann