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 2121 </q-card >
2222 </q-expansion-item >
2323
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" >
2525 <q-card >
2626 <q-card-section >
2727 <div class =" input-container" >
Original file line number Diff line number Diff line change 1010// Tip: Use the "Theme Builder" on Quasar's documentation website.
1111
1212$primary = #73 75 78
13- $secondary = teal
14- $accent = #15 65 60
13+ $secondary = # 28 9e ad
14+ $accent = #28 9e ad
1515$subaccent = #0d 0d 0d
1616$subaccentbtn = #2c 38 4d
1717$subprimary = #20 21 22
1818$subsecondary = #14 16 17
19- $menutext = # a0 a0 a0
19+ $menutext = white
2020$menuinput = #4b 4b 4b
2121
2222$positive = #21 BA 45
Original file line number Diff line number Diff line change @@ -14,14 +14,8 @@ const newState = {
1414 } ,
1515 HomeView : {
1616 componentName : 'HomeView' ,
17- children : [ 'LoginBtn' ] ,
17+ children : [ ] ,
1818 htmlList : [ ]
19- } ,
20- LoginBtn : {
21- componentName : 'HomeView' ,
22- children : [ 'LoginBtn' ] ,
23- htmlList : [ '<btn></btn>' ] ,
24- actions : [ 'action1' ]
2519 }
2620 // NewView: {}
2721 } ,
You can’t perform that action at this time.
0 commit comments