Vue.js Track Detail
How to create functional components using vue loader?
You can create functional components by adding functional attribute to template block,
<template functional>
</template>
Vue.js Track Detail
You can create functional components by adding functional attribute to template block,
<template functional>
</template>