Just a heads up, the Portal
component is now called Teleport
, and the target
prop has been changed to to
, so you would write something like:
1<Teleport to="#modal-container">2 <MyModal />3</Teleport>
There are no download links in the course.
Awesome course, been using vue2 and the Options api for ages now and this has really helped me choose to consider Composition api over the options. Still gunna be making the mistake of using 'this.' but will eventually get used to it!
Great job !