Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Can I use dynamic directive null value for slots?
Home
VueJS
Can I use dynamic directive null value for slots?
asked
Sep 12, 2023
in
VueJS
by
GeorgeBell
Can I use dynamic directive null value for slots?
vuejs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 12, 2023
by
GeorgeBell
No. It can be applied only for v-bind and v-on but not v-slot. This is because v-slot is not a binding and cannot be removed.
...