CIDARLAB / 3DuF

Disallow unused properties JS-0715
Bug risk
Minor
15 days ago15 days old
'title' of property found, but never used
28export default {
29    name: "PropertyBlock",
30    props: {
31        title: {32            type: String,
33            required: true,
34            default: "UnSet"