mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-28 07:20:49 -04:00
fix(profiles): Perhaps fix for e.words[i] undefined?
This commit is contained in:
parent
020e3e9254
commit
376cca9140
@ -228,7 +228,7 @@
|
|||||||
<h4 class="h5">
|
<h4 class="h5">
|
||||||
<T>profile.column</T> {{i + 1}}
|
<T>profile.column</T> {{i + 1}}
|
||||||
</h4>
|
</h4>
|
||||||
<OpinionListInput v-model="words[i].values" group="words"/>
|
<OpinionListInput v-if="words[i]" v-model="words[i].values" group="words"/>
|
||||||
</template>
|
</template>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user