mirror of
https://github.com/status-im/consul.git
synced 2025-02-09 20:33:45 +00:00
9 lines
233 B
Handlebars
9 lines
233 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: MPL-2.0
|
|
}}
|
|
|
|
<div {{create-ref 'element'}} {{did-insert this.measureDimensions}}>
|
|
{{on-window 'resize' this.handleWindowResize}}
|
|
{{yield (hash data=this.data)}}
|
|
</div> |