Insert Code Block feature completed

This commit is contained in:
NGPixel
2016-09-11 12:03:06 -04:00
parent 3212b62435
commit b524cd9f79
4 changed files with 89 additions and 51 deletions

View File

@@ -11,9 +11,9 @@
select(style={width: '300px'}, v-model='modeSelected')
option(v-for="mode in modes" v-bind:value='mode.name') {{ mode.caption }}
.column.is-narrow
a.button.is-warning.is-outlined Cancel
a.button.is-warning.is-outlined(v-on:click="cancel") Cancel
.column.is-narrow
a.button.is-primary.is-outlined Insert Code Block
a.button.is-primary.is-outlined(v-on:click="insertCode") Insert Code Block
.ace-container(style={'border-radius':'5px'})
#codeblock-editor