Added code editor mode selection

This commit is contained in:
NGPixel
2016-09-11 02:08:22 -04:00
parent 97602b51c8
commit 3212b62435
7 changed files with 51 additions and 19 deletions

View File

@@ -8,9 +8,8 @@
.column.is-narrow
p.control
span.select
select(style={width: '300px'})
option Plain text
option C#
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
.column.is-narrow