open-consul/ui/packages/consul-ui/app/components/state/index.hbs

10 lines
239 B
Handlebars

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: MPL-2.0
}}
{{did-insert this.attributeChanged @state @matches @notMatches}}
{{did-update this.attributeChanged @state @matches @notMatches}}
{{#if render}}
{{yield}}
{{/if}}