()
| 48 | let attrs: SetupContext['attrs'] | undefined |
| 49 | const Comp = { |
| 50 | setup() { |
| 51 | slots = useSlots() |
| 52 | attrs = useAttrs() |
| 53 | return () => {} |
| 54 | }, |
| 55 | } |
| 56 | const passedAttrs = { id: 'foo' } |
| 57 | const passedSlots = { |
nothing calls this directly
no test coverage detected