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
v-for
3.2.45
https://stackblitz.com/edit/vitejs-vite-fetypr?file=src%2FApp.vue,src%2Fx.vue&terminal=dev
npm i
npm run dev
Best blog about
x.vue
Best blog abouta
The following content to be shown.
Best blog abouta changeMechangeMechangeMe Best blog abouta changeMechangeMechangeMe
The following content was shown.
Best blog about changeMechangeMechangeMe Best blog abouta changeMechangeMechangeMe Best blog abouta changeMechangeMechangeMe
No response
If you replace x.vue with the following code and re-run npm dev,
npm dev
<template> <div> <p class="m-0">Best blog about</p> </div> </template>
when you replace Best blog about with Best blog abouta, only the second Best blog about is replaced.
Original issue: vitejs/vite#6769
The text was updated successfully, but these errors were encountered:
Seems like a duplicate of #6978
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Vue version
3.2.45
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-fetypr?file=src%2FApp.vue,src%2Fx.vue&terminal=dev
Steps to reproduce
npm i
andnpm run dev
Best blog about
inx.vue
withBest blog abouta
What is expected?
The following content to be shown.
What is actually happening?
The following content was shown.
System Info
No response
Any additional comments?
If you replace
x.vue
with the following code and re-runnpm dev
,when you replace
Best blog about
withBest blog abouta
, only the secondBest blog about
is replaced.Original issue: vitejs/vite#6769
The text was updated successfully, but these errors were encountered: