Procházet zdrojové kódy

fix/missing-functionalities (#66)

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities

fix: login

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities

fix: login and sign up stuff

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities

fix: page reloading stuff

fix: login stuff

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities

fix: sign up and payment check stuff

fix: launch bubble screen

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities

fix: refreshing issue

feat: implement devices screen

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities

feat: implement new layout

Merge branch 'master' of git.bubblev.org:bubblev/bubble-web into fix/missing-functionalities

feat: implement new layout

fix: header

fix: showing error on add ssh modal

fix: login by enter key

Co-authored-by: Tyler <everdev0923@gmail.com>
Reviewed-on: https://git.bubblev.org/bubblev/bubble-web/pulls/66
pull/68/head
Tyler Chen před 4 roky
committed by jonathan
rodič
revize
cdf365f187
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      src/_pages/Layout.vue

+ 2
- 0
src/_pages/Layout.vue Zobrazit soubor

@@ -115,6 +115,8 @@ export default {
this.$route.path === '/verifyEmail'
) {
this.$router.push('/');
} else {
this.initDefaults();
}
},
},


Načítá se…
Zrušit
Uložit