Added functionality to select article.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import Notifications from "~/components/notification/notifications.vue";
|
||||
import PickArticle from "~/components/article/pickArticle.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -13,6 +14,8 @@
|
||||
:vertical="true"
|
||||
/>
|
||||
|
||||
<PickArticle/>
|
||||
|
||||
<ArticleCreate/>
|
||||
|
||||
<v-divider
|
||||
|
||||
Reference in New Issue
Block a user