vuejs / repl

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

feat: show view size while dragging split pane #253

Closed btea closed 3 months ago

btea commented 3 months ago

When dragging a view, the size of the view area is displayed in real time, without the need to confirm through developer tools.

vercel[bot] commented 3 months ago

@btea is attempting to deploy a commit to the vuejs Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 2, 2024 3:15pm
sxzz commented 3 months ago

The displayed height does not match the iframe's height. We should exclude the output tab.

btea commented 3 months ago

Oh, sorry, I forgot about that.