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