import { storiesOf } from '@storybook/vue' import { action } from '@storybook/addon-actions' import TheFooter from './TheFooter' export const routes = [ { path: '/', name: 'Strona główna' }, { path: '/download', name: 'Do pobrania' }, { path: '/kontakt', name: 'Kontakt' }, { path: '/kronika', name: 'Kronika' } ] const footer = { routes } const alwaysBottom = () => ({ template: `