Skip to content

Commit

Permalink
Issue #34: Refinements to demos. Include new "attributes: true" capab…
Browse files Browse the repository at this point in the history
…ility.
  • Loading branch information
patricknelson committed Dec 5, 2023
1 parent 9039b19 commit 2a24842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/hello-world/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import HelloWorld from './HelloWorld.svelte';
svelteRetag({
component: HelloWorld,
tagname: 'hello-world',
attributes: true,
});
2 changes: 1 addition & 1 deletion demo/vercel/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ autoDefine(import.meta.glob('./**/*.svelte', { eager: true }), {
// In case we encounter components that are only a single word, we must have a prefix or suffix to add.
suffix: 'tag',
}, () => {
// Extend with additional options, if desired.
// Extend with additional options on a per-tag basis, if desired. See usage below.
return {
debugMode,
hydratable,
Expand Down

0 comments on commit 2a24842

Please sign in to comment.