refac: vue 파일 구조 변경

This commit is contained in:
2021-12-12 21:48:48 +09:00
parent 8a899c9afe
commit 3c09e77fba
19 changed files with 156 additions and 146 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
</tr>
</template>
<script lang="ts">
import { BoardCommentItem } from "@/Board.vue";
import { BoardCommentItem } from "@/PageBoard.vue";
import { defineComponent, PropType } from "vue";
export default defineComponent({