div.x4-add-new-form
UIInput(
ref="inputExt"
:value="ext"
icon="attach_file"
:label="labelExt"
:error="errorExt"
@keydown.native.stop="keydown"
@keyup.native.stop
@change="changeExt")
UIInput(
:value="mimeType"
icon="insert_drive_file"
:label="labelMimeType"
:error="errorMimeType"
@keydown.native.stop
@keyup.native.stop
@change="changeMimeType")
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")