Added some elementary Vue constructs

This commit is contained in:
Matthew Aaron Raymer
2023-01-02 17:55:43 +08:00
parent c43fdcbb7f
commit f5a2d71ed3
3 changed files with 56 additions and 51 deletions

View File

@@ -79,8 +79,6 @@ export default class ImportAccountView extends Vue {
this.UPORT_ROOT_DERIVATION_PATH
);
console.log(newId);
try {
await db.open();
const num_accounts = await db.accounts.count();