mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 04:34:19 +00:00
fix #27
This commit is contained in:
parent
bdb1e82548
commit
1839282593
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
</v-data-table>
|
||||
</div>
|
||||
<div class="d-none d-print-block">
|
||||
<template v-for="(n, level) in 9" v-if="hasSpellOfLevel(level)">
|
||||
<template v-for="(n, level) in 10" v-if="hasSpellOfLevel(level)">
|
||||
<h2 v-if="level == 0">Tours de magie</h2>
|
||||
<h2 v-else>Sorts de niveau {{ level }}</h2>
|
||||
<div class="column-count-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue