File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ Description:
26
26
27
27
</form >
28
28
<div class =" icon-container" >
29
- <!-- < Icons
29
+ <Icons
30
30
class =" icons"
31
31
@getClickedIcon =" addToSelectedElementList"
32
32
@activeElement =" addToComponentElementList"
33
33
@activeHTML =" addNestedHTML"
34
34
@activeLayer =" addNestedNoActive"
35
- /> -->
35
+ />
36
36
</div >
37
37
<!-- <ParentMultiselect v-if="activeComponent === ''"></ParentMultiselect> -->
38
38
<br />
@@ -50,15 +50,15 @@ Description:
50
50
</template >
51
51
52
52
<script >
53
- // import Icons from '../Icons'
53
+ import Icons from ' ../Icons'
54
54
// import ParentMultiselect from '../ParentMultiselect.vue'
55
55
import { mapState , mapActions } from ' vuex'
56
56
57
57
58
58
export default {
59
59
name: ' HomeSidebar' ,
60
60
components: {
61
- // Icons,
61
+ Icons
62
62
// ParentMultiselect
63
63
},
64
64
computed: {
You can’t perform that action at this time.
0 commit comments