feat: add contacts DB & page

This commit is contained in:
2023-03-12 18:30:18 -06:00
parent 701f71e942
commit 4fdfe2f824
9 changed files with 156 additions and 13 deletions

View File

@@ -151,6 +151,7 @@ export default class ProjectsView extends Vue {
}
}
// 'created' hook runs when the Vue instance is first created
async created() {
await db.open();
const num_accounts = await db.accounts.count();