Commit beb3fe12 authored by NGPixel's avatar NGPixel

feat: editor-modal-document UI (2)

parent f27c1e86
...@@ -111,7 +111,7 @@ export default { ...@@ -111,7 +111,7 @@ export default {
}, },
data() { data() {
return { return {
code: 'const a = 10', code: '# Header 1\n\nSample **Text**\n\n## Header 2\nSample Text',
cmOptions: { cmOptions: {
tabSize: 2, tabSize: 2,
mode: 'text/markdown', mode: 'text/markdown',
......
...@@ -9,8 +9,10 @@ ...@@ -9,8 +9,10 @@
v-card.pa-3(tile) v-card.pa-3(tile)
v-card-text v-card-text
v-form v-form
v-text-field(label='Title', autofocus, loading='primary') v-text-field(label='Title', counter='255')
v-text-field(label='Short Description') v-text-field(label='Short Description', counter='255')
v-select(label='Tags', chips, tags, deletable-chips)
v-text-field(label='Path', prefix='/', append-icon='folder')
v-card-actions v-card-actions
v-btn(color='green', dark) Save v-btn(color='green', dark) Save
v-btn Cancel v-btn Cancel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment