vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
930 stars 172 forks source link

fix: filename was `undefined` when renaming #101

Closed zqran closed 1 year ago

zqran commented 1 year ago

before:

https://github.com/vuejs/repl/assets/15389209/3ee57d8d-f37c-4ec0-8ec7-ae0c3e89710f

after:

https://github.com/vuejs/repl/assets/15389209/18f2218b-c895-4d48-9bb2-d729e00d047d

yyx990803 commented 1 year ago

This was fixed as part of b6a0b3b, but thanks for the PR!