Skip to content

Commit e8cebe5

Browse files
committed
fix: タイトルにfrontmatterを使うよう修正
1 parent 4ad288b commit e8cebe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/guide/migration/data-option.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2+
title: Data オプション
23
badges:
34
- breaking
45
---
56

6-
# Data オプション <MigrationBadges :badges="$frontmatter.badges" />
7+
# {{ $frontmatter.title }} <MigrationBadges :badges="$frontmatter.badges" />
78

89
## 概要
910

0 commit comments

Comments
 (0)