You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vue released a library (https://www.npmjs.com/package/vue-component-type-helpers) with some type helpers like ComponentProps<typeof Component>, ComponentSlots<typeof Component> and ComponentEmits<typeof Component> which could make the render options type safe.
Vue released a library (https://www.npmjs.com/package/vue-component-type-helpers) with some type helpers like
ComponentProps<typeof Component>
,ComponentSlots<typeof Component>
andComponentEmits<typeof Component>
which could make the render options type safe.VTU also recently integrated this library: https://github.com/vuejs/test-utils/blob/main/test-dts/mount.d-test.ts#L60.
related to: #228 and microsoft/playwright#23151
The text was updated successfully, but these errors were encountered: