mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-31 13:34:21 +00:00 
			
		
		
		
	Merge branch 'master' into deploy
This commit is contained in:
		
						commit
						25b3464702
					
				
					 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: { | ||||
|  |  | |||
|  | @ -200,7 +200,8 @@ | |||
|             Capacités, Actions, Réactions et Actions légendaires | ||||
|           </v-col> | ||||
|           <v-col> | ||||
|             <v-textarea outlined label="Capacités, Actions, Réactions, Actions légendaires" v-model="monster.content" hint="Markdown supporté" persistent-hint></v-textarea> | ||||
|             <v-textarea outlined label="Capacités, Actions, Réactions, Actions légendaires" v-model="monster.content" hide-details></v-textarea> | ||||
|             <MarkdownDoc /> | ||||
|           </v-col> | ||||
|         </v-row> | ||||
| 
 | ||||
|  | @ -222,6 +223,7 @@ | |||
| <script> | ||||
| import Breadcrumb from '@theme/components/Breadcrumb' | ||||
| import Monster from '@theme/components/Monster' | ||||
| import MarkdownDoc from '@theme/components/MarkdownDoc' | ||||
| import { saveAs } from 'file-saver' | ||||
| import { MONSTERTYPES, MONSTERSIZES, CHALLENGES, ABILITIES, SKILLS } from '../../data/monsters' | ||||
| import { stats } from '../../data/stats' | ||||
|  | @ -241,7 +243,8 @@ export default { | |||
| 
 | ||||
|   components: { | ||||
|     Breadcrumb, | ||||
|     Monster | ||||
|     Monster, | ||||
|     MarkdownDoc | ||||
|   }, | ||||
| 
 | ||||
|   computed: { | ||||
|  |  | |||
|  | @ -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: { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine