Vue.js Track Detail
How do you access global properties of functional components?
If you need to access properties defined globally on Vue.prototype then you can access them on parent,
<template functional>
</template>
Vue.js Track Detail
If you need to access properties defined globally on Vue.prototype then you can access them on parent,
<template functional>
</template>