props: {
follow: {
type: Number | String,
default() {
return 0;
}
},
id: {
type: Number | String,
default() {
return 0;
}
}
},