devingray_5 years agoLevel 8ReplyReport Spam<template> <Navigation /> <div class="container-fluid"> <router-view v-slot="{ Component }"> <transition name="fade"> <component :is="Component" /> </transition> </router-view> </div> </template> Like Reply
simonhawesome3 years agoLevel 1ReplyReport Spam@devingray_ Did you experience any test errors upon making this change? I get the following: TypeError: Cannot read properties of undefined (reading 'Component') Like Reply