Skip to content

Commit 3081d50

Browse files
inouetakuyaatinux
authored andcommitted
Add api/configuration-vue-config to menu (nuxt#800)
* Add api/configuration-vue-config to menu * Add api/configuration-vue-config to menu (if the file exists)
1 parent 1fca05e commit 3081d50

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

de/api/menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
{ "name": "serverMiddleware", "to": "/configuration-servermiddleware" },
120120
{ "name": "srcDir", "to": "/configuration-srcdir" },
121121
{ "name": "transition", "to": "/configuration-transition" },
122+
{ "name": "vue.config", "to": "/configuration-vue-config" },
122123
{ "name": "watch", "to": "/configuration-watch" },
123124
{
124125
"name": "watchers",

en/api/menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
{ "name": "serverMiddleware", "to": "/configuration-servermiddleware" },
125125
{ "name": "srcDir", "to": "/configuration-srcdir" },
126126
{ "name": "transition", "to": "/configuration-transition" },
127+
{ "name": "vue.config", "to": "/configuration-vue-config" },
127128
{ "name": "watch", "to": "/configuration-watch" },
128129
{
129130
"name": "watchers",

fr/api/menu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
{ "name": "serverMiddleware (En)", "to": "/configuration-servermiddleware" },
115115
{ "name": "srcDir (En)", "to": "/configuration-srcdir" },
116116
{ "name": "transition (En)", "to": "/configuration-transition" },
117+
{ "name": "vue.config (En)", "to": "/configuration-vue-config" },
117118
{ "name": "watch (En)", "to": "/configuration-watch" },
118119
{
119120
"name": "watchers (En)", "to": "/configuration-watchers",

0 commit comments

Comments
 (0)