Skip to content

Commit

Permalink
ページ内リンク用のidを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
naokinaokiboo committed Jan 23, 2024
1 parent c9d646e commit dd6f55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/javascript/answers.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template lang="pug">
.thread-comments(v-if='loaded === false')
#comments.thread-comments(v-if='loaded === false')
commentPlaceholder(v-for='num in placeholderCount', :key='num')
.thread-comments(v-else)
#comments.thread-comments(v-else)
header.thread-comments__header
h2.thread-comments__title 回答・コメント
.thread-comments__items
Expand Down

0 comments on commit dd6f55a

Please sign in to comment.