python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Swiper in slot attributes are deprecated- eslint-plugin-vue
I try to solve navigation swiper in vue, and I found this article to solve it. However, there's a problem with slot, I know that vue3 has v-slot to replace this function, but I don't know how to write...
Turtlecode
Votes: 0
Answers: 0
How to move to home fragment by pressing back button
I have created a custom navigation drawer using motion layout in which I have image views, text views and a nav host fragment(fragment container view). The Problem is, When I click any view in my navi...
Malladi Vivek Chaitanya
Votes: 0
Answers: 2
Multiple Event Listeners - How To Refactor Them as One Function?
I have a navigation menu with sub menus like so:
<ul>
<li class="sub-menu">
<a class="sub-menu-work" href="#" aria-expanded="false">Work&l...
user2277105
Votes: 0
Answers: 0