- Added loader for spells list

This commit is contained in:
Alexis
2020-06-28 17:57:34 +02:00
parent 52a7348d7e
commit eadbaa53ac
6 changed files with 141 additions and 31 deletions

View File

@@ -1,28 +1,14 @@
<template>
<div id="srs">
<header>
<navigation/>
<navbar/>
</header>
<router-view/>
</div>
</template>
<script>
import navbar from "./components/global/navbar/navbar";
export default {
name: 'app',
components: {
'navigation': navbar
}
name: 'app'
}
</script>
<style lang="scss">
</style>