Skip to content

Commit 1324e85

Browse files
committed
Fix markdown link format in mixins page
1 parent 41feaa3 commit 1324e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/mixins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,4 @@ Vue 2 では、ミックスインはコンポーネントロジックの一部
223223

224224
- 再利用性は制限されている: ロジックを変更するためのパラメータをミックスインに渡せないことは、抽象化ロジックに関する柔軟性を低下させます。
225225

226-
これらの問題に対処するため、論理的な関心事によってコードを整理する新しい方法を追加しました: [Composition] API](composition-api-introduction.html)
226+
これらの問題に対処するため、論理的な関心事によってコードを整理する新しい方法を追加しました: [Composition API](composition-api-introduction.html)

0 commit comments

Comments
 (0)