Skip to content

Commit a16349d

Browse files
committed
add hash to frame url
1 parent fd4ec6f commit a16349d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/dom-explorer/embed/[[id]].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ const router = useRouter();
165165
const url = computed(() => {
166166
const url = router.resolve({
167167
name: "dom-explorer-frame",
168-
hash: b64EncodeUnicode(JSON.stringify(state.value)),
168+
hash: '#' + b64EncodeUnicode(JSON.stringify(state.value)),
169169
query: {
170170
input: settings.input,
171171
titleBar: settings.titleBar,

0 commit comments

Comments
 (0)