[Vuejs]-Vue shows ugly console error on custom throw

0👍

Please remove the below line from created hook. The below line is throwing error without any real exception.

throw console.error("error");

Leave a comment