mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-09 05:58:31 +08:00
Minor fix
This commit is contained in:
@@ -93,7 +93,7 @@ export default Vue.extend({
|
||||
}
|
||||
|
||||
if (logs.length) {
|
||||
// this.logs = this.logs.concat(logs);
|
||||
this.logs = this.logs.concat(logs);
|
||||
|
||||
await this.$nextTick();
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<v-data-table
|
||||
:headers="headers"
|
||||
:items="peers"
|
||||
:items-per-page="-1"
|
||||
:hide-default-footer="true"
|
||||
>
|
||||
<template v-slot:item="row">
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<v-data-table
|
||||
:headers="headers"
|
||||
:items="trackers"
|
||||
:items-per-page="-1"
|
||||
:hide-default-footer="true"
|
||||
>
|
||||
<template v-slot:item="row">
|
||||
|
||||
Reference in New Issue
Block a user