chore(docs): correct version access
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -123,7 +123,7 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
|
||||
indexName: 'vueflow',
|
||||
},
|
||||
nav: [
|
||||
{ text: `v${vueFlowVersion.value}`, link: '/changelog/', activeMatch: '^/changelog' },
|
||||
{ text: `v${vueFlowVersion}`, link: '/changelog/', activeMatch: '^/changelog' },
|
||||
{ text: 'Guide', link: '/guide/', activeMatch: '^/guide/' },
|
||||
{
|
||||
text: 'Examples',
|
||||
|
||||
Reference in New Issue
Block a user