docs: Update wrong tab-item value (#35205)
Signed-off-by: Chris <57954026+cpAdm@users.noreply.github.com>
This commit is contained in:
parent
ba0bb01114
commit
ac1f512622
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue