Complete Vue.js 3 Guide [11/10]

OnlyKiosk Dev Tech
16 min readSep 14, 2021

Starting from this lesson, we will learn the render function. It enables us to generate page elements programmatically.

Open the Vue API and scroll down, you will find a method named H. The H method is what we use to generate page elements.

--

--