I want to know how many percent of the data function is filled;
console.log(this.$data);
This is giving that
I am planing to count all of these fields. Even if they are an object I will count each key of object.
Then I am planing to also count which one of them is filled. Then i will get percent. If you thing there is better I need your help.