Level 51
What Vue version? and do you have a middleware for that route?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Here is my app.vue:
<template>
<router-view />
</template>
<script>
export default {
name: "AppView",
};
</script>
When I change to different routes, I then get: uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')
Please or to participate in this conversation.