Update 30-guidelines-scoped-elements.md
Fix query selector example
This commit is contained in:
parent
5be15e8991
commit
3e00819bdf
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ Since Scoped Elements changes tagnames under the hood, a tagname querySelector s
|
|||
like this:
|
||||
|
||||
```js
|
||||
this.querySelector(getTagName('lion-input', this.constructor.scopedElements));
|
||||
this.querySelector(this.constructor.getScopedTagName('lion-input', this.constructor.scopedElements));
|
||||
```
|
||||
|
||||
## CSS selectors
|
||||
|
|
|
|||
Loading…
Reference in a new issue