fix zobrazenie tabulky
This commit is contained in:
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
1
resources/js/app.js
vendored
1
resources/js/app.js
vendored
@@ -134,6 +134,7 @@ Vue.component('b-button', BButton);
|
|||||||
|
|
||||||
axios.get('/data', {
|
axios.get('/data', {
|
||||||
params: {
|
params: {
|
||||||
|
host: this.host
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.then(function (response) {
|
.then(function (response) {
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
<b-button variant="success" v-on:click="sethost('strecha')">Strecha</b-button>
|
<b-button variant="success" v-on:click="sethost('strecha')">Strecha</b-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<vue-table-dynamic :params="params"></vue-table-dynamic>
|
<vue-table-dynamic :params="params" :key="host"></vue-table-dynamic>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Čas: @{{time}}</li>
|
<li>Čas: @{{time}}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user