mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-17 11:58:25 +00:00
#85 added some responsive to langue
This commit is contained in:
parent
13587a0a86
commit
4e5a0d15ab
1 changed files with 5 additions and 1 deletions
|
@ -1,10 +1,13 @@
|
|||
<template>
|
||||
<b-container fluid>
|
||||
<div class="col-lg-9 col-md-12 col-xs-12">
|
||||
|
||||
<h1>
|
||||
{{ $t("Common.Language.Name") }}<br>
|
||||
<small>{{ $t("Common.Language.Description") }}</small>
|
||||
</h1>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="control has-icons-left">
|
||||
<div class="locale-changer select is-dark is-medium" >
|
||||
<b-form-select id="langselect" @change.native="onChange($event)" v-model="$i18n.locale" :options="olLangs"></b-form-select>
|
||||
|
@ -74,6 +77,7 @@
|
|||
<div>
|
||||
<b-button variant="success" v-on:click="joinPOE">{{ $t("Common.Language.Join") }}</b-button>
|
||||
</div>
|
||||
</div>
|
||||
</b-container>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue