Konstantin Ladutenko %!s(int64=5) %!d(string=hai) anos
pai
achega
50dd593ca5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vue-cli3-webapp/src/App.vue

+ 1 - 1
vue-cli3-webapp/src/App.vue

@@ -108,7 +108,7 @@
       <table class="table is-narrow">
         <thead>
         <tr>
-          <th v-for="mode_name in simulationRuntime.mode_n_names" v-bind:key="mode_name">
+          <th v-for="mode_name in simulationRuntime.mode_n_names" v-bind:key="mode_name.name">
             {{ mode_name.name == 'type' ? '': mode_name.name}}
           </th>
         </tr>