File tree Expand file tree Collapse file tree 9 files changed +17
-28
lines changed Expand file tree Collapse file tree 9 files changed +17
-28
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ module.exports = configure(function (ctx) {
155
155
} ,
156
156
157
157
manifest : {
158
- name : `OverVue5 .0` ,
159
- short_name : `OverVue5 .0` ,
158
+ name : `OverVue6 .0` ,
159
+ short_name : `OverVue6 .0` ,
160
160
description : `A Quasar Framework app` ,
161
161
display : "standalone" ,
162
162
orientation : "portrait" ,
Original file line number Diff line number Diff line change 5
5
-->
6
6
7
7
<template >
8
- <!-- the background canvas grid -->
8
+ <!-- the background Canvas grid -->
9
9
<div
10
10
class =" component-display grid-bg"
11
11
:style =" mockBg"
111
111
</q-dialog >
112
112
113
113
<!-- some irregularity (delete event listener firing on bkspc/del) with the modal when stored locally, so modal open stored in state, and triggers to local reflect only stateful change.-->
114
- <q-dialog v-model =" noteModal" @update:model-value =" this. handleAddNotes" >
114
+ <q-dialog v-model =" noteModal" @update:model-value =" handleAddNotes" >
115
115
<div class =" noteBox" >
116
116
<div class =" noteHolder" >
117
117
<p class =" title" >Adding notes to {{ this.activeComponent }}</p >
156
156
</div >
157
157
</template >
158
158
159
- <script setup>
160
- import { useExportComponent } from " ./composables/useExportComponent.js" ;
161
- </script >
162
159
163
160
<script >
161
+ import { useExportComponent } from " ./composables/useExportComponent.js" ;
164
162
import { mapState , mapActions } from " vuex" ;
165
163
import VueDraggableResizable from " vue-draggable-resizable/src/components/vue-draggable-resizable.vue" ;
166
164
import VueMultiselect from " vue-multiselect" ;
Original file line number Diff line number Diff line change @@ -60,11 +60,8 @@ Description:
60
60
</div >
61
61
</template >
62
62
63
- <script setup>
64
- import { useCreateComponent } from " ../../composables/useCreateComponent.js" ;
65
- </script >
66
-
67
63
<script >
64
+ import { useCreateComponent } from " ../../composables/useCreateComponent.js" ;
68
65
import Icons from " ./Icons.vue" ;
69
66
import ParentMultiselect from " ./ParentMultiselect.vue" ;
70
67
import ImportComponent from " ./ImportComponent.vue"
Original file line number Diff line number Diff line change 8
8
/>
9
9
</template >
10
10
11
- <script setup>
12
- import { useCreateComponent } from " ../../composables/useCreateComponent.js" ;
13
- </script >
14
11
15
12
<script >
16
13
const { fs , ipcRenderer } = window ;
14
+ import { useCreateComponent } from " ../../composables/useCreateComponent.js" ;
17
15
import { mapState , mapActions } from " vuex" ;
18
16
export default {
19
17
props: [' title' ],
Original file line number Diff line number Diff line change @@ -119,11 +119,9 @@ Description:
119
119
</div >
120
120
</template >
121
121
122
- <script setup>
123
- import { useExportComponent } from " ../../composables/useExportComponent.js" ;
124
- </script >
125
122
126
123
<script >
124
+ import { useExportComponent } from " ../../composables/useExportComponent.js" ;
127
125
import { mapState , mapActions } from " vuex" ;
128
126
import VueMultiselect from " vue-multiselect" ;
129
127
import HTMLQueue from " ../../right-sidebar/HTMLQueue.vue" ;
Original file line number Diff line number Diff line change @@ -22,11 +22,9 @@ Description:
22
22
</q-btn >
23
23
</template >
24
24
25
- <script setup>
26
- import { useExportComponent } from " ../composables/useExportComponent.js" ;
27
- </script >
28
25
29
26
<script >
27
+ import { useExportComponent } from " ../composables/useExportComponent.js" ;
30
28
import { mapState } from " vuex" ;
31
29
const { fs , ipcRenderer } = window ;
32
30
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export default {
77
77
78
78
.tut-screenshot {
79
79
margin : 4px ;
80
- border : 1px solid $menutext ;
80
+ border : 1px solid $primary ;
81
81
max-width : 300px ;
82
82
}
83
83
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export default {
114
114
115
115
.tut-screenshot {
116
116
margin : 4px ;
117
- border : 1px solid $menutext ;
117
+ border : 1px solid $primary ;
118
118
max-width : 300px ;
119
119
}
120
120
Original file line number Diff line number Diff line change 6
6
color : $menutext ;
7
7
}
8
8
9
- main {
10
- background : #5b6e6e ;
11
- overflow : auto ;
12
- }
9
+ // main {
10
+ // background: #5b6e6e;
11
+ // overflow: auto;
12
+ // }
13
13
14
14
.q-item__label {
15
15
color : $menutext ;
48
48
}
49
49
50
50
.deleteAction {
51
- background-color : rgba ($negative , .2 );
52
- color : $negative ;
51
+ background-color : rgba ($negative , .2 ) !important ;
52
+ color : $negative !important ;
53
53
border : 1px solid $negative ;
54
54
}
55
55
You can’t perform that action at this time.
0 commit comments