vue: board

This commit is contained in:
2021-09-05 17:52:39 +09:00
parent 9871559227
commit 53df6bbcc6
7 changed files with 197 additions and 69 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
</tr>
</template>
<script lang="ts">
import { BoardCommentItem } from "board.vue";
import { BoardCommentItem } from "../Board.vue";
import { defineComponent, PropType } from "vue";
export default defineComponent({