docs: Update wrong tab-item value (#35205)

Signed-off-by: Chris <57954026+cpAdm@users.noreply.github.com>
This commit is contained in:
Chris 2025-03-15 16:49:43 +01:00 committed by GitHub
parent ba0bb01114
commit ac1f512622
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ You can use `beforeMount` and `afterMount` hooks to configure your app. This let
</TabItem>
<TabItem value="vue3">
<TabItem value="vue">
```js title="playwright/index.ts"
import { beforeMount, afterMount } from '@playwright/experimental-ct-vue/hooks';