break resources in multiple json files & add to vuex module store

This commit is contained in:
Kevin Van Der Werff
2019-06-22 03:28:33 +02:00
parent 23416bccd2
commit f1a8d056d7
19 changed files with 1039 additions and 1012 deletions

View File

@@ -7,14 +7,13 @@
</template>
<script>
import store from '../store.json'
import Card from '../components/Card'
export default {
data () {
return {
categoryRouteTitle: this.$route.params.category,
categories: store,
categories: this.$store.state.resources,
}
},
computed: {