Open viamin opened 7 years ago
Guessing it should be 'class': String
instead?
+1
did it in npm?
yarn upgrade vue-blu
still has warn?
still there
more or less when this is going to be solved?
The error is still there. I looked to the code and class is still in the
props: {
options: {
type: Object,
default() {},
},
name: String,
placeholder: String,
val: String,
value: {},
class: String,
}
I removed myself but I still get the error
"class" is a reserved attribute and cannot be used as component prop
Same error here!
as a workaround till they merge the solution what I did was add the library as local (so npm wont rewrite my change) and removed the class: String
line from the file I'm using, remember to do this from the .min
file is as well. Maybe that's your issue @sorin21 .
@raideltorres @jairodemorais I've put in a PR for this and reached out to @chenz24 a few times to see if he can close this. I haven't heard anything back, but in the meantime the fork on my account has the fix.
I'm seeing this warning in my console when using the Datepicker component.
Datapicker.vue has this:
The class prop isn't used in the component as far as I can tell.