VueJS part 3: Vue directives and conditional rendering

Kristijan
3 min readSep 17, 2023

Introduction

Recently, I started learning VueJS, and this article is part of the series of my notes while learning it. In this one, I am covering what are directives and how to use them to conditionally display content.

Vue logo

Directives and what it is

--

--