misc: migrate to vuetify 2.0 (wip)

This commit is contained in:
NGPixel
2019-07-29 04:50:03 +00:00
parent e77037e161
commit eccf1a1b19
102 changed files with 1898 additions and 1882 deletions

View File

@@ -148,7 +148,7 @@ export default {
try {
const resp = await axios.post('/finalize', this.conf)
if (resp.data.ok === true) {
this.success = true
this.success = true
_.delay(() => {
window.location.assign('/login')
}, 3000)
@@ -157,7 +157,7 @@ export default {
this.errorMessage = resp.data.error
this.loading = false
}
} catch(err) {
} catch (err) {
window.alert(err.message)
}
}, 1000)