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 03f1aa2 commit b501d18Copy full SHA for b501d18
src/.vuepress/config.js
@@ -124,7 +124,7 @@ const sidebar = {
124
'/api/global-api',
125
{
126
title: 'オプション',
127
- // path: '/api/options-api',
+ path: '/api/options-api',
128
collapsable: false,
129
children: [
130
'/api/options-data',
@@ -142,7 +142,7 @@ const sidebar = {
142
'/api/built-in-components.md',
143
144
title: 'リアクティビティ API',
145
- // path: '/api/reactivity-api',
+ path: '/api/reactivity-api',
146
147
148
'/api/basic-reactivity',
0 commit comments