Vue.js question 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 question detail
If you need to access properties defined globally on Vue.prototype then you can access them on parent,
<template functional>
</template>