no-unused-vars error in Updating Profile lesson
carlitojr opened this issue · 0 comments
carlitojr commented
App.vue file
https://github.com/planetoftheweb/vue-spas/tree/02_06e/src
import db from "./db.js";
Will get this error upon compiling:
error 'db' is defined but never used no-unused-vars