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', {
|
||||
params: {
|
||||
host: this.host
|
||||
}
|
||||
})
|
||||
.then(function (response) {
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
<b-button variant="success" v-on:click="sethost('strecha')">Strecha</b-button>
|
||||
</div>
|
||||
|
||||
<vue-table-dynamic :params="params"></vue-table-dynamic>
|
||||
<vue-table-dynamic :params="params" :key="host"></vue-table-dynamic>
|
||||
<ul>
|
||||
<li>Čas: @{{time}}</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user