Skip to content

Commit 9241cfe

Browse files
committed
chore: fix links in playground
1 parent 512ced5 commit 9241cfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playground-experimental/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</style>
1212
<body>
1313
<a
14-
href="/__inspect/#/module?id=/__vue-router/auto-resolver&index=0"
14+
href="/__inspect/#/module?id=%00vue-router/auto-resolver&index=0"
1515
target="_blank"
1616
style="margin-top: 10px; display: block"
1717
>visit /__inspect/ to inspect the intermediate state</a

playground/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88
<a
9-
href="/__inspect/#/module?id=/__vue-router/auto-routes&index=0"
9+
href="/__inspect/#/module?id=%00vue-router/auto-routes&index=0"
1010
target="_blank"
1111
style="margin-top: 10px; display: block"
1212
>visit /__inspect/ to inspect the intermediate state</a

0 commit comments

Comments
 (0)