correction, la cle classes n'était jamais appelée

This commit is contained in:
Christophe 2021-10-11 20:28:20 +02:00
parent 7c872d3f99
commit c2a1cc7c0b
3 changed files with 3 additions and 3 deletions

View file

@ -651,7 +651,7 @@ let monTableau = {
</thead> </thead>
<tbody> <tbody>
<tr v-for="l in tableau" :key="l.html.id" :class="selectTr.indexOf(l.html.id) !== -1 ? 'select' : ''" > <tr v-for="l in tableau" :key="l.html.id" :class="selectTr.indexOf(l.html.id) !== -1 ? 'select' : ''" >
<td v-for="(td,name, i) in l.html" :key="'td_'+i" :class="[afficher_crayons(name,l.html.id), name, classes[name]]" v-html="td" @click="selectLigne(l.html.id,name)"> <td v-for="(td,name, i) in l.html" :key="'td_'+i" :class="[afficher_crayons(name,l.html.id), name, classes[name], l.classes[name]]" v-html="td" @click="selectLigne(l.html.id,name)">
</td> </td>
</tr> </tr>
</tbody> </tbody>

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
<paquet <paquet
prefix="gamutable" prefix="gamutable"
categorie="outil" categorie="outil"
version="3.1.4" version="3.1.5"
etat="dev" etat="dev"
compatibilite="[3.2.0-dev;4.0.*]" compatibilite="[3.2.0-dev;4.0.*]"
logo="prive/themes/spip/images/gamutable-xx.svg" logo="prive/themes/spip/images/gamutable-xx.svg"