(args, { argTypes })
| 6 | } |
| 7 | |
| 8 | const Template = (args, { argTypes }) => ({ |
| 9 | props: Object.keys(argTypes), |
| 10 | components: { FaqComponent }, |
| 11 | template: '<FaqComponent v-bind="$props" />' |
| 12 | }) |
| 13 | |
| 14 | export const Default = Template.bind({}) |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected