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