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:
parent
4c6312f540
commit
e38793e900
5 changed files with 31 additions and 7 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue