(args, { argTypes })
| 14 | } |
| 15 | |
| 16 | const Template = (args, { argTypes }) => ({ |
| 17 | props: Object.keys(argTypes), |
| 18 | components: { CTAButton }, |
| 19 | template: '<CTAButton v-bind="$props" >{{text}}</CTAButton>' |
| 20 | }) |
| 21 | |
| 22 | export const Default = Template.bind({}) |
| 23 | Default.args = { |
nothing calls this directly
no outgoing calls
no test coverage detected