diff --git a/src/components/article/ArticleForm.vue b/src/components/article/ArticleForm.vue new file mode 100644 index 0000000..0ef266d --- /dev/null +++ b/src/components/article/ArticleForm.vue @@ -0,0 +1,130 @@ + + + + + + 글쓰기 + + + + + + 제목 + + {{ titleErrorMsg }} + + + 내용 + + {{ textErrorMsg }} + + 작성 + + + +