The long list of logs into the console it's too thick and sometimes makes hard to debug own component. I suggest thinking about using a method that, instead of using console.log() directly, first checks if the config for logs is set and is true and then console.log().
In any case, logs shouldn't be printed in production mode like vuejs framework already does.