This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Mouse Coordinates Exercise
In this lesson, we will create a MouseCoordinates
component using slot props in Vue based on the exercise left in the previous lesson. Such components are known as renderless components and are useful for sharing functionality and/or state even when DOM rendering is required.
Links