File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,6 @@ Description:
59
59
</section >
60
60
</template >
61
61
62
- <!-- <script>
63
- export default {
64
- name: "HTMLQueue",
65
- };
66
- </script> -->
67
-
68
62
<script setup lang="ts">
69
63
import { ref , computed , watch } from " vue" ;
70
64
import { useStore } from " ../../store/main.js" ;
@@ -264,13 +258,13 @@ watch(attributeModalOpen, () => {
264
258
attributeModal .value = attributeModalOpen .value ;
265
259
});
266
260
267
- watch (activeComponent , () => {
268
- if (activeComponent .value !== " " ) {
269
- (store .componentMap [activeComponent .value ] as Component ).isActive = true ;
270
- } else {
271
- (store .componentMap [activeComponent .value ] as Component ).isActive = false ;
272
- }
273
- });
261
+ // watch(activeComponent, () => {
262
+ // if (activeComponent.value !== "") {
263
+ // (store.componentMap[activeComponent.value] as Component).isActive = true;
264
+ // } else {
265
+ // (store.componentMap[activeComponent.value] as Component).isActive = false;
266
+ // }
267
+ // });
274
268
</script >
275
269
276
270
<!-- <script>
You can’t perform that action at this time.
0 commit comments