[no] Update GrammarTables.vue

This commit is contained in:
Paweł Dembowski 2021-08-08 16:08:18 +00:00
parent 022b0b96fc
commit 9f53284825
1 changed files with 4 additions and 6 deletions

View File

@ -9,11 +9,10 @@
<table class="table table-sm">
<thead>
<tr>
<th>Subject</th>
<th>Object</th>
<th>Possessive determiner</th>
<th>Possessive pronoun</th>
<th>Reflexive</th>
<th>Emne</th>
<th>Gjenstand</th>
<th>Possessiv</th>
<th>Refleksiv</th>
</tr>
</thead>
<tbody>
@ -21,7 +20,6 @@
<td><Morpheme :pronoun="selectedPronoun" morpheme="pronoun_subject" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="pronoun_object" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="possessive_determiner" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="possessive_pronoun" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="reflexive" :counter="counter"/></td>
</tr>
</tbody>