Skip to content

Commit

Permalink
Fix loader
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Feb 25, 2024
1 parent 65470b6 commit da6b7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide-example-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function guideExampleLoader(source) {
const $source = ${JSON.stringify(source)};
$default.$source = $source;
$default.$component = $component;
$default.$component = $default;
export default $default;
`
}

0 comments on commit da6b7dd

Please sign in to comment.