We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e87dc commit e1ef4c6Copy full SHA for e1ef4c6
src/api/index.md
@@ -0,0 +1,15 @@
1
+# API
2
+
3
+Vue.js の API には、次のようなカテゴリがあります:
4
5
+- [アプリケーション構成](/api/application-config.html)
6
+- [アプリケーション API](/api/application-api.html)
7
+- [グローバル API](/api/global-api.html)
8
+- [オプション](/api/options-api.html)
9
+- [インスタンスプロパティ](/api/instance-properties.html)
10
+- [インスタンスメソッド](/api/instance-methods.html)
11
+- [ディレクティブ](/api/directives.html)
12
+- [特別な属性](/api/special-attributes.html)
13
+- [組み込みコンポーネント](/api/built-in-components.html)
14
+- [リアクティビティ API](/api/reactivity-api.html)
15
+- [Composition API](/api/composition-api.html)
0 commit comments