We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introducing a component with a slot and adding an example for it breaks all examples.
Reproduction:
<template> <slot /> </template>
<script setup lang="ts"> import HeeloWorld from '@/application/HeeloWorld.vue' </script> <template> <HeeloWorld> <p>Hello World</p> </HeeloWorld> </template>
npm run dev
Used version of vite-plutin-vue-examples: 1.0.0 Used commit of vue-starter: 68c0df0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Introducing a component with a slot and adding an example for it breaks all examples.
Reproduction:
npm run dev
Used version of vite-plutin-vue-examples: 1.0.0
Used commit of vue-starter: 68c0df0
The text was updated successfully, but these errors were encountered: