File tree Expand file tree Collapse file tree 9 files changed +841
-103
lines changed Expand file tree Collapse file tree 9 files changed +841
-103
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Description:
1313 >
1414 <!-- This is the actual component box -->
1515 <!-- https://www.npmjs.com/package/vue-draggable-resizable -->
16- <VueDraggableResizable
16+ <!-- < VueDraggableResizable
1717 class-name="component-box"
1818 v-for="componentData in activeRouteArray"
1919 ref="boxes"
@@ -69,7 +69,7 @@ Description:
6969 </q-item>
7070 </q-list>
7171 </q-menu>
72- </VueDraggableResizable >
72+ </VueDraggableResizable> -->
7373
7474
7575 <div >
Original file line number Diff line number Diff line change @@ -93,23 +93,23 @@ export default {
9393 // otherwise toggle dashboard to 'Project Tree' tab if no component is selected or the
9494 // user is in the process of creating a component
9595
96- componentNameInputValue : function () {
97- if (this .componentNameInputValue !== " " && this .activeComponent === " " ) {
98- this .tab = " tree" ;
99- }
100- },
96+ // componentNameInputValue: function() {
97+ // if (this.componentNameInputValue !== "" && this.activeComponent === "") {
98+ // this.tab = "tree";
99+ // }
100+ // },
101101
102102 // // toggles dashboard to "Project Tree" tab if:
103103 // // no component is selected and either:
104104 // // elements are being added to component or name is being typed
105- selectedElementList : function () {
106- if (
107- this .activeComponent === " " &&
108- this .selectedElementList .length !== 0
109- ) {
110- this .tab = " tree" ;
111- }
112- }
105+ // selectedElementList: function() {
106+ // if (
107+ // this.activeComponent === "" &&
108+ // this.selectedElementList.length !== 0
109+ // ) {
110+ // this.tab = "tree";
111+ // }
112+ // }
113113 }
114114};
115115
You can’t perform that action at this time.
0 commit comments