Skip to content

Commit

Permalink
fix: default tag
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Oct 4, 2020
1 parent e3bf6fd commit 8c58f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/shadow-dom/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { action } from '@ember/object';

export default class ShadowDom extends Component {
@tracked shadow = null;
// @tracked tagName = 'div';
@tracked tagName = 'div';

defaultMode = 'open';

Expand Down

0 comments on commit 8c58f77

Please sign in to comment.