mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
Merge branch 'ability-calculator'
This commit is contained in:
commit
1eaeef1d97
6 changed files with 491 additions and 0 deletions
19
docs/.vuepress/theme/layouts/AbilityCalculatorLayout.vue
Normal file
19
docs/.vuepress/theme/layouts/AbilityCalculatorLayout.vue
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<template>
|
||||
<div>
|
||||
<Breadcrumb class="mr-auto" />
|
||||
|
||||
<AbilityCalculator />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import Breadcrumb from '@theme/components/Breadcrumb'
|
||||
import AbilityCalculator from '@theme/components/AbilityCalculator'
|
||||
|
||||
export default {
|
||||
components: { Breadcrumb, AbilityCalculator }
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue