Konstantin Ladutenko 5 anos atrás
pai
commit
50dd593ca5
1 arquivos alterados com 1 adições e 1 exclusões
  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">
       <table class="table is-narrow">
         <thead>
         <thead>
         <tr>
         <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}}
             {{ mode_name.name == 'type' ? '': mode_name.name}}
           </th>
           </th>
         </tr>
         </tr>