mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
12 lines
283 B
JavaScript
12 lines
283 B
JavaScript
![]() |
import register from '@playwright/experimental-ct-vue/register'
|
||
|
|
||
|
import Button from './src/components/Button.vue'
|
||
|
import DefaultSlot from './src/components/DefaultSlot.vue'
|
||
|
import NamedSlots from './src/components/NamedSlots.vue'
|
||
|
|
||
|
register({
|
||
|
Button,
|
||
|
DefaultSlot,
|
||
|
NamedSlots
|
||
|
})
|