2021-05-18 18:08:03 +03:00
|
|
|
<iframe
|
2021-05-18 18:36:18 +03:00
|
|
|
class="site-frame {{if this.isInvisible "invisible"}}"
|
2021-05-18 18:08:03 +03:00
|
|
|
src={{this.srcUrl}}
|
|
|
|
frameborder="0"
|
|
|
|
allowtransparency="true"
|
|
|
|
{{did-update this.resetSrcAttribute @guid}}
|
2021-05-18 18:36:18 +03:00
|
|
|
{{on "load" this.onLoad}}
|
2021-05-18 18:08:03 +03:00
|
|
|
...attributes
|
|
|
|
></iframe>
|