Posts by Mr-Cutia • 31 points
2 posts
-
0
votes1
answer267
viewsQ: Update attributes of child components
I’m making a very simple accordion component. A list of items where I click on one and it opens; if you already have one, it closes and the other opens. <ns-accordion-item is-show="false">…
-
3
votes1
answer886
viewsQ: Git checkout does not change local files/folders
I’m starting to get into GIT. And a problem came up. Apparently, the checkout was not altering the local files. Let me explain it better: My stream is simple, clone, change code, commit, push/pull,…