Actions / reload
Reload elements by target or the current page via `@target: 'window'`
Aliases: refresh
Reload elements by target or the current page via `@target: 'window'`
Aliases: refresh
<button @action="reload" @target="window" class="demo-btn">Reload page</button>