vuejs / router

🚦 The official router for Vue.js
https://router.vuejs.org/
MIT License
3.88k stars 1.18k forks source link

Getting syntax errors while using Vite with vue3/router4 #2256

Closed omkar-kanekar1-tfs closed 4 months ago

omkar-kanekar1-tfs commented 4 months ago

Reproduction

Details on code

Steps to reproduce the bug

<router-view v-slot="{ Component }">
    <component
      :is="Component"
      class="container"
      ref="componentRef"
    />
  </router-view>

This is my router code.

Getting below error: [plugin:vite:vue] v-slot can only be used on components or