vuejs / repl

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

fix: via keyup.enter add file trigger blur #20

Closed btea closed 2 years ago

btea commented 2 years ago

Via keup.enter add file popup error message File "Comp.vue" already exists.

sxzz commented 2 years ago

Oh, sorry I also made another PR.

I think we can just judge pending.value without adding a new variable.

btea commented 2 years ago

Yes, you are right that looks more concise. I'll close this PR.