Skip to content

Commit

Permalink
mdx test
Browse files Browse the repository at this point in the history
  • Loading branch information
anqaka committed Jun 19, 2020
1 parent 89fd386 commit 21e3581
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { addDecorator, addParameters } from '@storybook/vue'

import Vue from 'vue'
import 'focus-visible'
import 'svgxuse'

Expand All @@ -8,6 +8,9 @@ import { withKnobs } from '@storybook/addon-knobs'

// Wrap every story in Alpaca App component
import AApp from '../src/atoms/app/App.vue'
import AButton from '../src/atoms/button/Button.vue'

Vue.component('AButton', AButton)

addDecorator(withA11y)
addDecorator(withKnobs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import getClassKnobsConfig from '@utils/helpers/get-class-knobs-config.js'
import selectorsConfig from './Button.selectors.json'

import AButton from './Button.vue'

const classKnobsConfig = getClassKnobsConfig(selectorsConfig)

export default {
Expand Down

0 comments on commit 21e3581

Please sign in to comment.