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

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