Skip to content

Commit b501d18

Browse files
committed
fix: reconnect links
1 parent 03f1aa2 commit b501d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const sidebar = {
124124
'/api/global-api',
125125
{
126126
title: 'オプション',
127-
// path: '/api/options-api',
127+
path: '/api/options-api',
128128
collapsable: false,
129129
children: [
130130
'/api/options-data',
@@ -142,7 +142,7 @@ const sidebar = {
142142
'/api/built-in-components.md',
143143
{
144144
title: 'リアクティビティ API',
145-
// path: '/api/reactivity-api',
145+
path: '/api/reactivity-api',
146146
collapsable: false,
147147
children: [
148148
'/api/basic-reactivity',

0 commit comments

Comments
 (0)