Skip to content

Commit

Permalink
fix: register default component on index page #173
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Nov 5, 2024
1 parent bd9f380 commit fd0bc01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions demo/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { AuroButton } from '../src/auro-button.js';

AuroButton.register();
AuroButton.register('custom-button');

export function initExamples(initCount) {
Expand Down
1 change: 1 addition & 0 deletions demo/index.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ class AuroButton extends LitElement {
}
}

AuroButton.register();
AuroButton.register('custom-button');

function initExamples(initCount) {
Expand Down

0 comments on commit fd0bc01

Please sign in to comment.