fix: 앞선 refactor에서 경로 문제 수정
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { BoardArticleItem } from "@/Board.vue";
|
||||
import BoardComment from "@/BoardComment.vue";
|
||||
import BoardComment from "@/components/BoardComment.vue";
|
||||
import { defineComponent, PropType } from "vue";
|
||||
import axios from "axios";
|
||||
import { convertFormData } from "@util/convertFormData";
|
||||
|
||||
Reference in New Issue
Block a user