q-dialog(
v-model="value"
@show="onShow",
@hide="onHide",
ref="dialog"
)
.base-content(:class="{'draggable': draggable}", ref="contentRef", :style="{...contentStyles, height}")
q-resize-observer(@resize="onResize")
.base-header(draggable, :class="{'cursor-move': draggable}", ref="headerRef")
.header-title.text {{ title }}
.icon-cancel.text-sm(@click="value = false", v-if="!showCloseIcon")
slot