1
0
Fork 0
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:
Maxime Moraine 2020-04-27 09:05:14 +02:00
parent 59c9b00e68
commit 0513d58a57

View file

@ -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>