File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
3
<!-- <input type="checkbox" v-model="lineNumbers"> Linenumbers -->
4
- <p v-if =" activeComponent === ''" >Select a Component </p >
4
+ <p v-if =" activeComponent === ''" >Select a component </p >
5
5
<p v-else >{{ `${activeComponent}.vue` }}</p >
6
6
<prism-editor
7
7
v-model =" code"
@@ -24,7 +24,7 @@ import 'vue-prism-editor/dist/VuePrismEditor.css'
24
24
export default {
25
25
data () {
26
26
return {
27
- code: ` Your component boilerplate will be displayed here` ,
27
+ code: ` Your component boilerplate will be displayed here. ` ,
28
28
lineNumbers: true ,
29
29
height: null
30
30
}
Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ export default {
77
77
.q-list {
78
78
// background: gray;
79
79
}
80
+ // styling between input and elements in q-list drawer
81
+ .q-field--with-bottom {
82
+ padding-bottom : 5px ;
83
+ }
80
84
// css styling for entire drawer
81
85
.q-drawer {
82
86
// background: white;
You can’t perform that action at this time.
0 commit comments