File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 21
21
</q-card >
22
22
</q-expansion-item >
23
23
24
- <q-expansion-item dense dense-toggle expand-separator label =" Vuex" header-class = " text-purple " >
24
+ <q-expansion-item dense dense-toggle expand-separator label =" Vuex" >
25
25
<q-card >
26
26
<q-card-section >
27
27
<div class =" input-container" >
Original file line number Diff line number Diff line change 10
10
// Tip: Use the "Theme Builder" on Quasar's documentation website.
11
11
12
12
$primary = #73 75 78
13
- $secondary = teal
14
- $accent = #15 65 60
13
+ $secondary = # 28 9e ad
14
+ $accent = #28 9e ad
15
15
$subaccent = #0d 0d 0d
16
16
$subaccentbtn = #2c 38 4d
17
17
$subprimary = #20 21 22
18
18
$subsecondary = #14 16 17
19
- $menutext = # a0 a0 a0
19
+ $menutext = white
20
20
$menuinput = #4b 4b 4b
21
21
22
22
$positive = #21 BA 45
Original file line number Diff line number Diff line change @@ -14,14 +14,8 @@ const newState = {
14
14
} ,
15
15
HomeView : {
16
16
componentName : 'HomeView' ,
17
- children : [ 'LoginBtn' ] ,
17
+ children : [ ] ,
18
18
htmlList : [ ]
19
- } ,
20
- LoginBtn : {
21
- componentName : 'HomeView' ,
22
- children : [ 'LoginBtn' ] ,
23
- htmlList : [ '<btn></btn>' ] ,
24
- actions : [ 'action1' ]
25
19
}
26
20
// NewView: {}
27
21
} ,
You can’t perform that action at this time.
0 commit comments