prerelease2-patch
This commit is contained in:
parent
51ac44116a
commit
37a621ec62
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<main>
|
<main class="section">
|
||||||
<div class="columns is-centered" v-if="$store.state.user.username">
|
<div class="columns is-centered" v-if="$store.state.user.username">
|
||||||
<div class="column is-4 is-vcentered has-text-centered">
|
<div class="column is-4 is-vcentered has-text-centered">
|
||||||
<h1 class="title has-text-centered">{{$store.state.user.username}}</h1>
|
<h1 class="title has-text-centered">{{$store.state.user.username}}</h1>
|
||||||
|
|
Loading…
Reference in a new issue