Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 222f287

Browse files
authored
Merge pull request #17 from nhnent/fix/viewer-ext
fix: missing exts option and invoke method in the Viewer (close: #16)
2 parents 3bc692e + 42620c3 commit 222f287

File tree

11 files changed

+4234
-2930
lines changed

11 files changed

+4234
-2930
lines changed

.storybook/addons.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import '@storybook/addon-knobs/register';
2+
import '@storybook/addon-actions/register';

.storybook/config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { configure } from '@storybook/vue';
2+
3+
function loadStories() {
4+
const req = require.context('../stories', true, /\.stories\.js$/);
5+
req.keys().forEach(filename => req(filename));
6+
}
7+
8+
configure(loadStories, module);

example/App.vue

Lines changed: 0 additions & 139 deletions
This file was deleted.

0 commit comments

Comments
 (0)