1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-30 21:24:18 +00:00

documentation markdown sur les outils de création. fix #25

This commit is contained in:
Maxime Moraine 2020-06-20 17:22:34 +02:00
parent 4c6312f540
commit e38793e900
5 changed files with 31 additions and 7 deletions

View file

@ -91,7 +91,8 @@
<v-row>
<v-col>
<v-textarea outlined label="Description" v-model="spell.content" hint="Markdown supporté" persistent-hint></v-textarea>
<v-textarea outlined label="Description" v-model="spell.content" hide-details></v-textarea>
<MarkdownDoc />
</v-col>
</v-row>
@ -113,6 +114,7 @@
<script>
import Breadcrumb from '@theme/components/Breadcrumb'
import Spell from '@theme/components/Spell'
import MarkdownDoc from '@theme/components/MarkdownDoc'
import { saveAs } from 'file-saver'
import { CLASSES } from '../../data/classes'
import { SPELLSCHOOLS, SPELLLEVELS } from '../../data/spells'
@ -127,7 +129,8 @@ export default {
components: {
Breadcrumb,
Spell
Spell,
MarkdownDoc
},
computed: {