/* eslint-disable import/no-extraneous-dependencies */ import { storiesOf } from '@storybook/vue'; import { text, withKnobs } from '@storybook/addon-knobs'; import toggleSwitch from './toggleSwitch'; const stories = storiesOf('Toggle Switch', module); stories.addDecorator(withKnobs); stories .add('label only', () => ({ components: { toggleSwitch }, template: `