DEV Community

Discussion on: How I finally got my head around scoped slots in VueJs

Collapse
 
simonholdorf profile image
Simon Holdorf

Hey Ross, thanks for the cool article. I have a suggestions for better readability if I may: You could make use of




```javascript ```




for colorizing your code snippets. I always find that easier to grasp :)

Collapse
 
rcoundon profile image
Ross Coundon

Perfect, thanks for the tip - I'll update!