File tree Expand file tree Collapse file tree 4 files changed +21
-22
lines changed Expand file tree Collapse file tree 4 files changed +21
-22
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Description:
34
34
<p >{{ componentData.componentName }}</p >
35
35
</div >
36
36
<div class =" component-html-info" >
37
- <p >Elements in Component:</p >
37
+ <!-- < p>Elements in Component:</p> -- >
38
38
<p
39
39
class =" list-of-elements"
40
40
v-for =" htmlElement in componentMap[componentData.componentName]
Original file line number Diff line number Diff line change 1
1
<!--
2
2
Description:
3
- Displays dropdown for Components, Routes, and Vuex
4
- Functionality includes: N/A
5
- -->
3
+ Displays dropdown for Components, Routes, and Vuex in Home Sidebar
4
+ -->
6
5
7
6
<template >
8
7
<div class =" q-pa-md" style =" max-width : 350px " >
9
8
<q-list padding bordered class =" rounded-borders drawer-menu" >
10
9
<q-expansion-item dense dense-toggle expand-separator label =" Components" >
11
- <q-card >
12
- <div class =" input-container" style =' height : 130px ' >
13
- <ComponentList />
14
- </div >
15
- </q-card >
10
+ <q-card >
11
+ <div class =" input-container" style =" height : 130px " >
12
+ <ComponentList />
13
+ </div >
14
+ </q-card >
16
15
</q-expansion-item >
17
16
<q-expansion-item dense dense-toggle expand-separator label =" Routes" >
18
17
<q-card >
19
- <div class =" input-container" style =' height : 150px ' >
18
+ <div class =" input-container" style =" height : 150px " >
20
19
<RouteDisplay />
21
20
<br />
22
21
</div >
@@ -45,23 +44,23 @@ export default {
45
44
RouteDisplay,
46
45
VuexForm,
47
46
ComponentList
48
- }
49
47
}
48
+ }
50
49
</script >
51
50
52
51
<style lang="stylus">
53
52
54
- .input-add {
55
- margin : 0em 1em 0em 1em ;
56
- }
53
+ .input-add {
54
+ margin : 0em 1em 0em 1em ;
55
+ }
57
56
58
57
.input-container {
59
- margin-top : 1rem ;
60
- background : $subsecondary ;
61
- overflow-y : auto ;
62
- }
58
+ margin-top : 1rem ;
59
+ background : $subsecondary ;
60
+ overflow-y : auto ;
61
+ }
63
62
64
63
.red {
65
- background : red ;
66
- }
64
+ background : red ;
65
+ }
67
66
</style >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Description:
3
3
Is not imported in current version of OverVue
4
4
Functionality includes: N/A
5
5
-->
6
-
6
+ <!--
7
7
<template>
8
8
<div>
9
9
<p class="panel-heading">Selected Elements</p>
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Description:
3
3
Is not imported in current version of OverVue
4
4
Functionality includes: N/A
5
5
-->
6
-
6
+ <!--
7
7
<template>
8
8
<div class="home-sidebar">
9
9
<q-btn-group>
You can’t perform that action at this time.
0 commit comments