mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 21:24:18 +00:00
correction création de sort
This commit is contained in:
parent
59c9b00e68
commit
0513d58a57
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
<v-text-field label="Portée" placeholder="36 m" outlined dense v-model="spell.frontmatter.range"></v-text-field>
|
||||
</v-col>
|
||||
<v-col :cols="12" :sm="6" :lg="3">
|
||||
<v-text-field label="Duration" placeholder="instantanée" outlined dense v-model="spell.frontmatter.duration"></v-text-field>
|
||||
<v-text-field label="Durée" placeholder="instantanée" outlined dense v-model="spell.frontmatter.duration"></v-text-field>
|
||||
</v-col>
|
||||
<v-col :cols="12" :sm="6" :lg="3">
|
||||
<v-switch class="my-0" v-model="spell.frontmatter.concentration" label="Concentration" dense></v-switch>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue