move _category.vue to root of /pages
This commit is contained in:
@@ -15,10 +15,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.menuEntries = store.map(({ title, slug }) => ({
|
this.menuEntries = store.map(({ title, slug }) => ({ title, slug }))
|
||||||
slug: '/categories' + slug,
|
|
||||||
title
|
|
||||||
}))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import store from '../../store.json'
|
import store from '../store.json'
|
||||||
import Card from '../../components/Card'
|
import Card from '../components/Card'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data () {
|
data () {
|
||||||
Reference in New Issue
Block a user