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

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohee Lee committed Mar 29, 2019
2 parents 4f5a3fd + cdbb3bb commit b349351
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toast-ui/vue-editor",
"version": "1.1.0",
"version": "1.1.1",
"description": "TOAST UI Editor for Vue",
"main": "dist/toastui-vue-editor.js",
"files": [
Expand Down
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

0 comments on commit b349351

Please sign in to comment.