mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 21:24:18 +00:00
netlify test
This commit is contained in:
parent
386e57a9cb
commit
dac4c63d9a
13 changed files with 8525 additions and 7 deletions
20
docs/.vuepress/theme/layouts/SpellLayout.vue
Normal file
20
docs/.vuepress/theme/layouts/SpellLayout.vue
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<template>
|
||||
<div class="spell">
|
||||
<Spell />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Spell from '@theme/components/Spell.vue'
|
||||
|
||||
export default {
|
||||
name: 'SpellLayout',
|
||||
|
||||
components: {
|
||||
Spell
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue