div.x4-add-new-form
UIInput(
ref="inputPath"
:value="path"
icon="attach_file"
:label="labelPath"
:error="errorPath"
@keydown.native.stop="keydown"
@keyup.native.stop
@change="changePath")
div.x4-buttons
UIButton.x4-create(
icon="save"
type="accent"
:label="labelButton"
:disabled="disabled"
@click="save")
UIButton.x4-cancel(
icon="close"
type="gray"
:label="labelCancel"
@click="cancel")