UNPKG

smartly-vue-test

Version:

POC - vue framefork for design system/ component library

9 lines (7 loc) 216 B
import { storiesOf } from '@storybook/vue'; import MsInput from './MsInput.vue'; storiesOf('Component - MsInput', module) .add('default', () => ({ components: { MsInput }, template: '<ms-input />', }));