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