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

Commit 23ba88b

Browse files
author
Sohee Lee
committed
Merge branch 'master' into production
2 parents a812d00 + 33410a2 commit 23ba88b

15 files changed

+4428
-3120
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);

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,8 @@ new Vue({
382382
| Name | Type | Default | Description |
383383
| --- | --- | --- | --- |
384384
| value | String | '' | This prop can change content of the viewer. |
385-
| height | String | '300px' | This prop can control the height of the editor. |
385+
| height | String | '300px' | This prop can control the height of the viewer. |
386+
| exts | Array | | This prop can apply the extensions of the viewer. |
386387
387388
Example :
388389

example/App.vue

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

0 commit comments

Comments
 (0)