fix: 앞선 refactor에서 경로 문제 수정

This commit is contained in:
2021-12-10 23:12:35 +09:00
parent 9dc842c6e9
commit 08178dd3aa
4 changed files with 49 additions and 5 deletions
+1 -1
View File
@@ -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";
+1
View File
@@ -10,6 +10,7 @@ import { InvalidResponse } from '@/defs';
import { delay } from '@util/delay';
import '@/gateway/common';
import '@scss/gateway/login.scss';
type LoginResponse = {
result: true,