From 17fc6a6b4507e5535d8b6989b66da5bac323e87b Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Mon, 21 Oct 2019 19:53:02 +0200 Subject: Add PostList --- components/PostLink.stories.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'components/PostLink.stories.js') diff --git a/components/PostLink.stories.js b/components/PostLink.stories.js index 71d04ed..a824b35 100644 --- a/components/PostLink.stories.js +++ b/components/PostLink.stories.js @@ -1,4 +1,5 @@ import { storiesOf } from '@storybook/vue' +import { center } from '../.storybook/decorators' import PostLink from './PostLink' @@ -9,13 +10,6 @@ export const postLink = { route: '/kronika/2019/20/11/test' } -const center = () => { - return { - template: - '
' - } -} - storiesOf('PostLink', module) .addDecorator(center) .add('default', () => { -- cgit 1.4.1