Cómo encontrar la longitud del objeto en Vue

if (Object.keys(this.errors).length) {
   //your code here
}
Angry Albatross