You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write v-on with the object with a trailing comma and a named import. This is the minimal reproduction I can find. It doesn't have to be a multiple-line object literal. It's only in the Stackblitz repo because of the auto format.
Vue version
3.2.39
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-ajkcsc?file=src/App.vue
Steps to reproduce
Write
v-on
with the object with a trailing comma and a named import. This is the minimal reproduction I can find. It doesn't have to be a multiple-line object literal. It's only in the Stackblitz repo because of the auto format.What is expected?
No error. This works in 3.2.37 and it also works when I removed the
lang="ts"
What is actually happening?
Parser error point to the
lang="ts"
or point to the named import.System Info
Any additional comments?
This started in 3.2.38. Not sure if this is a babel issue but there isn't an error if I moved the object to the script tag.
The text was updated successfully, but these errors were encountered: