Skip to content

Commit ab339df

Browse files
authored
Update options.md
1 parent 8d28631 commit ab339df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: docs/ja/api/options.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ shallowMount(Component, {
101101
stubs: {
102102
// 特定の実装によるスタブ
103103
'registered-component': Foo,
104-
// デフォルトのスタブを作成します
104+
// デフォルトのスタブを作成します。
105+
// このケースではデフォルトのスタブのコンポーネント名は another-component です。
106+
// デフォルトのスタブは <${default stub component name}-stub> です。
105107
'another-component': true
106108
}
107109
})

0 commit comments

Comments
 (0)