Skip to content

Commit

Permalink
Merge pull request #492 from pycontw/fix-cfp-nuxt-div-error
Browse files Browse the repository at this point in the history
fix: cfp div error
  • Loading branch information
SivanYeh authored Feb 23, 2024
2 parents 358611f + a6bd085 commit 6101c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/speaking/cfp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
)"
:key="`info.${section.tag}.steps[${stepIndex}].description.${index}`"
:path="`info.${section.tag}.steps[${stepIndex}].description.${index}`"
:tag="div"
tag="div"
>
</i18n>
</template>
Expand Down

0 comments on commit 6101c56

Please sign in to comment.