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

Commit 7706b3f

Browse files
author
Sohee Lee
committed
docs: fix typo
1 parent 2832b03 commit 7706b3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,11 @@ Example :
363363
/>
364364
</template>
365365
<script>
366-
import { Editor } from '@toast-ui/vue-editor'
366+
import { Viewer } from '@toast-ui/vue-editor'
367367
368368
export default {
369369
components: {
370-
'viewer': EditorViewer
370+
'viewer': Viewer
371371
},
372372
data() {
373373
return {
@@ -400,11 +400,11 @@ Example :
400400
</template>
401401
402402
<script>
403-
import { EditorViewer } from '@toast-ui/vue-editor'
403+
import { Viewer } from '@toast-ui/vue-editor'
404404
405405
export default {
406406
components: {
407-
'viewer': EditorViewer
407+
'viewer': Viewer
408408
},
409409
methods: {
410410
onEditorLoad() {

0 commit comments

Comments
 (0)