We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4ec6f commit a16349dCopy full SHA for a16349d
app/pages/dom-explorer/embed/[[id]].vue
@@ -165,7 +165,7 @@ const router = useRouter();
165
const url = computed(() => {
166
const url = router.resolve({
167
name: "dom-explorer-frame",
168
- hash: b64EncodeUnicode(JSON.stringify(state.value)),
+ hash: '#' + b64EncodeUnicode(JSON.stringify(state.value)),
169
query: {
170
input: settings.input,
171
titleBar: settings.titleBar,
0 commit comments