Skip to content

Commit 05bb581

Browse files
committed
update
1 parent a08bb91 commit 05bb581

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

examples/04-video.vue

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,6 @@
2727
export default {
2828
data() {
2929
return {
30-
editorOption: {
31-
tabSize: 4,
32-
styleActiveLine: true,
33-
lineNumbers: true,
34-
line: true,
35-
foldGutter: true,
36-
styleSelectedText: true,
37-
gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter"],
38-
highlightSelectionMatches: { showToken: /\w/, annotateScrollbar: true },
39-
mode: 'text/x-vue',
40-
keyMap: "sublime",
41-
matchBrackets: true,
42-
showCursorWhenSelecting: true,
43-
theme: "base16-dark"
44-
},
4530
playerOptions: {
4631
// videojs and plugin options
4732
sources: [{

0 commit comments

Comments
 (0)