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 15288f9 commit e921876Copy full SHA for e921876
docs/.vuepress/config.js
@@ -16,7 +16,19 @@ export default defineUserConfig({
16
navbar: [
17
{ text: 'Github', link: 'https://github.com/febe95/vue-js-modal' },
18
{ text: 'Vue 2', link: 'https://euvl.github.io/vue-js-modal/' },
19
- { text: 'Examples', link: '/examples/' }
+ {
20
+ text: 'Examples',
21
+ children: [
22
23
+ text: 'Demo',
24
+ link: 'https://febe95.github.io/vue-js-modal/demo'
25
+ },
26
27
+ text: 'SSR (Nuxt)',
28
+ link: 'https://febe95.github.io/vue-js-modal/examples/nuxt/'
29
+ }
30
+ ]
31
32
]
33
})
34
0 commit comments