1
0
Fork 0
mirror of https://github.com/em-squared/5e-drs.git synced 2025-10-29 20:54:19 +00:00

ajout du bestiaire

This commit is contained in:
Maxime Moraine 2020-04-15 16:27:16 +02:00
parent 637b99110c
commit dc30394196
380 changed files with 18521 additions and 635 deletions

View file

@ -2,19 +2,22 @@
<div class="magic-item">
<Breadcrumb />
<MagicItem />
<Edit />
</div>
</template>
<script>
import Breadcrumb from '@theme/components/Breadcrumb'
import MagicItem from '@theme/components/MagicItem'
import Edit from '@theme/components/Edit'
export default {
name: 'MagicItemLayout',
components: {
Breadcrumb,
MagicItem
MagicItem,
Edit
},
mounted () {