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
PyQt5 - link Text in label with an external condition
SOLVED!!
I used a Qtimer to interrupt QMainWindow each one second and call to "getStartStatus" method:
self.loadingLabel = QLabel('Starting...', self)
self.loadingLabel.setGeometry(9...
Pablo.Eckerdt
Votes: 0
Answers: 1
How get ref from slot in vue 3?
i need to to focus ref with name test1 a set some value which is placed in compontend slot (from outside). Is it possible to do it somehow? I tried to get from $refs or $slots, but failed.
App.vue
...
Mr. RJ
Votes: 0
Answers: 4
Compare 3 random numbers goes wrong
I'm a total rookie and I'm trying to write a simple code that compares 3 random numbers for a slot machine type game.
In this case only between 1 and 3 since I'm encountering a problem.
It seems that ...
Rogier van Oudheusden
Votes: 0
Answers: 2