Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Mar 22, 2017
1 parent a08bb91 commit 05bb581
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions examples/04-video.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@
export default {
data() {
return {
editorOption: {
tabSize: 4,
styleActiveLine: true,
lineNumbers: true,
line: true,
foldGutter: true,
styleSelectedText: true,
gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter"],
highlightSelectionMatches: { showToken: /\w/, annotateScrollbar: true },
mode: 'text/x-vue',
keyMap: "sublime",
matchBrackets: true,
showCursorWhenSelecting: true,
theme: "base16-dark"
},
playerOptions: {
// videojs and plugin options
sources: [{
Expand Down

0 comments on commit 05bb581

Please sign in to comment.