planetoftheweb/vue-spas

no-unused-vars error in Updating Profile lesson

carlitojr opened this issue · 0 comments

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