Skip to content

Commit 10ab8c0

Browse files
committed
chore(playground): reset version when opening local playground from reproduction
1 parent d637bd6 commit 10ab8c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages-private/sfc-playground/src/Header.vue

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function resetVueVersion() {
4646
4747
async function copyLink(e: MouseEvent) {
4848
if (e.metaKey) {
49+
resetVueVersion()
4950
// hidden logic for going to local debug from play.vuejs.org
5051
window.location.href = 'http://localhost:5173/' + window.location.hash
5152
return

0 commit comments

Comments
 (0)