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

@ -52,7 +52,8 @@
<v-row>
<v-col>
<v-textarea outlined label="Description" v-model="magicItem.content" hint="Markdown supporté" persistent-hint></v-textarea>
<v-textarea outlined label="Description" v-model="magicItem.content" hide-details></v-textarea>
<MarkdownDoc />
</v-col>
</v-row>
@ -74,6 +75,7 @@
<script>
import Breadcrumb from '@theme/components/Breadcrumb'
import MagicItem from '@theme/components/MagicItem'
import MarkdownDoc from '@theme/components/MarkdownDoc'
import { saveAs } from 'file-saver'
import { MAGICITEMTYPES, RARITIES } from '../../data/magicItems'
import { getUrlParameter } from '@theme/util/filterHelpers'
@ -86,7 +88,8 @@ export default {
components: {
Breadcrumb,
MagicItem
MagicItem,
MarkdownDoc
},
computed: {