mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 12:44:20 +00:00
Merge branch 'master' into deploy
This commit is contained in:
commit
af41beb84d
2 changed files with 4 additions and 4 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
</v-data-table>
|
</v-data-table>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-none d-print-block">
|
<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-if="level == 0">Tours de magie</h2>
|
||||||
<h2 v-else>Sorts de niveau {{ level }}</h2>
|
<h2 v-else>Sorts de niveau {{ level }}</h2>
|
||||||
<div class="column-count-2">
|
<div class="column-count-2">
|
||||||
|
|
|
||||||
|
|
@ -5043,9 +5043,9 @@ lodash.uniq@^4.5.0:
|
||||||
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
|
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
|
||||||
|
|
||||||
lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.5, lodash@~4.17.12:
|
lodash@^4.0.0, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.5, lodash@~4.17.12:
|
||||||
version "4.17.15"
|
version "4.17.19"
|
||||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
|
||||||
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
|
||||||
|
|
||||||
loglevel@^1.6.6:
|
loglevel@^1.6.6:
|
||||||
version "1.6.8"
|
version "1.6.8"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue