mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 21:24:18 +00:00
ability calculator
This commit is contained in:
parent
59c9b00e68
commit
79ed65ccaf
5 changed files with 143 additions and 0 deletions
14
docs/.vuepress/theme/layouts/AbilityCalculatorLayout.vue
Normal file
14
docs/.vuepress/theme/layouts/AbilityCalculatorLayout.vue
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<template>
|
||||
<AbilityCalculator />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AbilityCalculator from '@theme/components/AbilityCalculator'
|
||||
|
||||
export default {
|
||||
components: { AbilityCalculator }
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue