- Fixed the way components get store data

This commit is contained in:
Alexis
2020-12-19 17:04:22 +01:00
parent fa945e45c9
commit eba2669176
11 changed files with 245 additions and 135 deletions

View File

@@ -6,14 +6,14 @@
</template>
<script>
import SpellsList from "~/components/spells/spells-list"
import SpellsList from "~/components/spells/spells-list"
export default {
name: 'spells-page',
components: {
'spell-list': SpellsList,
}
export default {
name: 'spells-page',
components: {
'spell-list': SpellsList,
}
}
</script>
<style lang="scss"></style>