c-tip(
ref="tip",
theme="light",
trigger="click",
max-width="300px",
:position="position",
:disabled="disabled"
)
.c-pop-confirm(slot="content")
.c-pop-confirm__body
slot(name="content")
.c-pop-confirm__footer
c-button(outline, size="sm", @click="handleCancel") {{ cancelText }}
c-button(primary, size="sm", @click="handleConfirm") {{ okText }}
slot