forked from geolba/tethys.frontend
- eslint formating, e.g printWidth: 160
This commit is contained in:
parent
426228705c
commit
eb6476dfcb
28 changed files with 365 additions and 281 deletions
10
src/App.vue
10
src/App.vue
|
@ -13,7 +13,15 @@
|
|||
<!-- <img src="./assets/images/TETHYS-Logo.svg" width="240px" height="86" alt="TETHYS Logo" /> -->
|
||||
<img src="./assets/images/TETHYS-Logo.svg" width="240" height="86" />
|
||||
</a>
|
||||
<a id="menu-icon" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" v-bind:class="active ? 'is-active' : ''" @click="showMobilemenu">
|
||||
<a
|
||||
id="menu-icon"
|
||||
role="button"
|
||||
class="navbar-burger"
|
||||
aria-label="menu"
|
||||
aria-expanded="false"
|
||||
v-bind:class="active ? 'is-active' : ''"
|
||||
@click="showMobilemenu"
|
||||
>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue