diff --git a/doc/nuxt/ExampleDoc.vue b/doc/nuxt/ExampleDoc.vue index 3bc41f50b..9748ae346 100644 --- a/doc/nuxt/ExampleDoc.vue +++ b/doc/nuxt/ExampleDoc.vue @@ -1,7 +1,8 @@ diff --git a/pages/nuxt/index.vue b/pages/nuxt/index.vue index 36bc1c2ca..411231d2f 100644 --- a/pages/nuxt/index.vue +++ b/pages/nuxt/index.vue @@ -80,16 +80,16 @@ export default { label: 'Styles', component: StyleDoc }, + { + id: 'example', + label: 'Example', + component: ExampleDoc + }, { id: 'video', label: 'Video', component: VideoDoc }, - { - id: 'example', - label: 'Example', - component: ExampleDoc - } ] }; }