import WeekChart from '../src/components/WeekChart.vue'; export default { title: 'WeekChart', component: WeekChart, }; export const DefaultState = () => ({ components: { chart: WeekChart }, template: `` });