Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default {

this.editor = Editor.factory({
el: this.$refs.tuiEditorViewer,
exts: this.exts,
events: eventOption,
initialValue: this.value,
height: this.height,
Expand Down
1 change: 0 additions & 1 deletion stories/editor.stories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

import Vue from 'vue';
import {storiesOf} from '@storybook/vue';
import {withKnobs} from '@storybook/addon-knobs';
import {action} from '@storybook/addon-actions';
Expand Down
5 changes: 0 additions & 5 deletions stories/viewer.stories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

import Vue from 'vue';
import {storiesOf} from '@storybook/vue';
import {html} from 'common-tags';
import * as dummy from './dummyData';
Expand All @@ -9,7 +8,6 @@ import 'highlight.js/styles/github.css';
import 'tui-editor/dist/tui-editor.min.css';
import 'tui-editor/dist/tui-editor-contents.min.css';

import 'tui-editor/dist/tui-editor-extScrollSync';
import 'tui-editor/dist/tui-editor-extColorSyntax';
import 'tui-editor/dist/tui-editor-extUML';
import 'tui-editor/dist/tui-editor-extChart';
Expand All @@ -35,7 +33,6 @@ stories.add('demo', () => ({
minHeight: 100,
maxHeight: 300
},
'scrollSync',
'colorSyntax',
'uml',
'mark',
Expand Down Expand Up @@ -65,7 +62,6 @@ stories.add('change value prop', () => ({
minHeight: 100,
maxHeight: 300
},
'scrollSync',
'colorSyntax',
'uml',
'mark',
Expand Down Expand Up @@ -100,7 +96,6 @@ stories.add('invoke method', () => ({
minHeight: 100,
maxHeight: 300
},
'scrollSync',
'colorSyntax',
'uml',
'mark',
Expand Down