We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d637bd6 commit 10ab8c0Copy full SHA for 10ab8c0
packages-private/sfc-playground/src/Header.vue
@@ -46,6 +46,7 @@ function resetVueVersion() {
46
47
async function copyLink(e: MouseEvent) {
48
if (e.metaKey) {
49
+ resetVueVersion()
50
// hidden logic for going to local debug from play.vuejs.org
51
window.location.href = 'http://localhost:5173/' + window.location.hash
52
return
0 commit comments