Skip to content

Commit 60818d3

Browse files
committed
Icons rendering
1 parent 2aa44bf commit 60818d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/home_sidebar_items/ComponentTab/CreateComponent.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Description:
2626

2727
</form>
2828
<div class="icon-container">
29-
<!-- <Icons
29+
<Icons
3030
class="icons"
3131
@getClickedIcon="addToSelectedElementList"
3232
@activeElement="addToComponentElementList"
3333
@activeHTML="addNestedHTML"
3434
@activeLayer="addNestedNoActive"
35-
/> -->
35+
/>
3636
</div>
3737
<!-- <ParentMultiselect v-if="activeComponent === ''"></ParentMultiselect> -->
3838
<br />
@@ -50,15 +50,15 @@ Description:
5050
</template>
5151

5252
<script>
53-
// import Icons from '../Icons'
53+
import Icons from '../Icons'
5454
// import ParentMultiselect from '../ParentMultiselect.vue'
5555
import { mapState, mapActions } from 'vuex'
5656
5757
5858
export default {
5959
name: 'HomeSidebar',
6060
components: {
61-
// Icons,
61+
Icons
6262
// ParentMultiselect
6363
},
6464
computed: {

0 commit comments

Comments
 (0)