Small cleanup
This commit is contained in:
parent
571534ca6e
commit
a619c22c50
@ -17,8 +17,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<li :class="{'server': true, 'server--selected': server.id === currentServer}">
|
<li :class="{'server': true, 'server--selected': server.id === currentServer}">
|
||||||
<button type="button" :class="{'active': server.id === currentServer}"
|
<button type="button" :class="{'active': server.id === currentServer}"
|
||||||
:title="server.label || server.id"
|
:title="server.label || server.id" @click="setCurrentServer(server.id)">{{ server.label || server.id }}
|
||||||
@click="setCurrentServer(server.id)">{{ server.label || server.id }}</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
1
src/index.d.ts
vendored
1
src/index.d.ts
vendored
@ -1,4 +1,3 @@
|
|||||||
import { ComponentCustomProperties } from 'vue'
|
|
||||||
import {State, Store} from "@/store";
|
import {State, Store} from "@/store";
|
||||||
import {DynmapUrlConfig} from "@/dynmap";
|
import {DynmapUrlConfig} from "@/dynmap";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user