mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-08 13:52:45 +02:00
client linter fix.
This commit is contained in:
parent
0e5e1faf35
commit
15edc0f73e
8 changed files with 36 additions and 43 deletions
|
@ -54,7 +54,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<span>{{ $t('setting.broadcast_url') }}</span>
|
||||
<input v-model="broadcast_url" :disabled="broadcast_is_active" class="input">
|
||||
<input v-model="broadcast_url" :disabled="broadcast_is_active" class="input" />
|
||||
</li>
|
||||
</template>
|
||||
<li v-if="connected">
|
||||
|
@ -276,7 +276,7 @@
|
|||
|
||||
@Component({ name: 'neko-settings' })
|
||||
export default class extends Vue {
|
||||
private broadcast_url: string = '';
|
||||
private broadcast_url: string = ''
|
||||
|
||||
get admin() {
|
||||
return this.$accessor.user.admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue