DEV Community

Discussion on: How to use Scoped Slot inside Vue's Render Function (Vuetify)

Collapse
 
sgtino profile image
Stefano Giraldi

Could you give an example?
You can fork the code attached to this post with your code

codepen.io/etino/pen/JjXjWKb

Collapse
 
radiorz profile image
radiorz • Edited

codepen.io/radiorz/pen/BaQeBOj
this is my example, i want to replace the append of v-slider (which is a slot of v-slider) but it didnt work.

Collapse
 
radiorz profile image
radiorz • Edited

Hello, If possible please check my example,I really need it.codepen.io/radiorz/pen/BaQeBOj
Look for your reply.

Thread Thread
 
sgtino profile image
Stefano Giraldi

Hi @radiorz , I made some tests and it seems that the "append" slot is not fired when used inside the render function.

Take a look at this codepen codepen.io/etino/pen/vYgPwmx

I think you could open an issue in the Vuetify community to understand where is the problem

Thread Thread
 
radiorz profile image
radiorz

Coooool. This problem really confuse me , Thank you so much @stefano Giraldi .