|
@ -334,9 +334,6 @@ export default class AccountViewView extends Vue { |
|
|
return timeStr.substring(0, timeStr.indexOf("T")); |
|
|
return timeStr.substring(0, timeStr.indexOf("T")); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
mounted() { |
|
|
|
|
|
console.log("Mounted", this); |
|
|
|
|
|
} |
|
|
|
|
|
// 'created' hook runs when the Vue instance is first created |
|
|
// 'created' hook runs when the Vue instance is first created |
|
|
async created() { |
|
|
async created() { |
|
|
// Uncomment to register this user on the test server. |
|
|
// Uncomment to register this user on the test server. |
|
@ -344,7 +341,6 @@ export default class AccountViewView extends Vue { |
|
|
// assign this to a class variable, eg. "registerThisUser = testServerRegisterUser", |
|
|
// assign this to a class variable, eg. "registerThisUser = testServerRegisterUser", |
|
|
// select a component in the extension, and enter in the console: $vm.ctx.registerThisUser() |
|
|
// select a component in the extension, and enter in the console: $vm.ctx.registerThisUser() |
|
|
//testServerRegisterUser(); |
|
|
//testServerRegisterUser(); |
|
|
console.log("created", this); |
|
|
|
|
|
try { |
|
|
try { |
|
|
await db.open(); |
|
|
await db.open(); |
|
|
const settings = await db.settings.get(MASTER_SETTINGS_KEY); |
|
|
const settings = await db.settings.get(MASTER_SETTINGS_KEY); |
|
|