mirror of
https://github.com/Dannecron/ich-lerne-deutsch.git
synced 2025-12-25 21:02:35 +03:00
Add articles list component and store
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
<template>
|
||||
<div>
|
||||
<h2>Articles</h2>
|
||||
<articles-list>
|
||||
|
||||
</articles-list>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
import ArticlesList from '@/components/ArticlesList';
|
||||
export default {
|
||||
components: {
|
||||
ArticlesList,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user