Skip to content

Commit

Permalink
docs: Update example fail message due to Firefox issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Feb 17, 2024
1 parent 92886dd commit 446457a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/theme/Example.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default {
} catch (err) {
console.error(err);
if (this.$refs?.view) {
this.$refs.view.innerHTML = '<em>Example failed to load.</em> 😭';
this.$refs.view.innerHTML = '<em>Example failed to load.</em> 😭<br/>'
+ '<em>If using Firefox, try with another browser?</em>';
}
}
},
Expand Down

0 comments on commit 446457a

Please sign in to comment.