Skip to content

Commit

Permalink
fix displaying of the Vue.js tutorial example on the documentation site
Browse files Browse the repository at this point in the history
  • Loading branch information
SlicedSilver committed Jan 30, 2025
1 parent 49a7e0a commit 5d8c680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/tutorials/vuejs/assets/web-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ const colorsTypeMap = {
const checkPageTheme = () =>
document.documentElement.getAttribute('data-theme') === 'dark';

window.__VUE_PROD_DEVTOOLS__ = false; // ¯\_(ツ)_/¯ required for a production build of the documentation site
const VueExample = defineCustomElement({
components: {
LWChart,
Expand Down

0 comments on commit 5d8c680

Please sign in to comment.