chore(docs): correct version access

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-26 10:15:39 +02:00
committed by Braks
parent bc325af2ab
commit 40ef9bc402
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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',