div.x4-view-tab.x4-transition
UILabel(
:label="labelView")
UIRadioButtons(
:options="views"
:value="view"
@change="change")
div.x4-buttons
UIButton.x4-reset(
icon="settings_backup_restore"
:label="labelReset"
@click="reset")
UIButton.x4-close(
type="gray"
icon="close"
:label="labelClose"
@click="close")