#7411 - addInfoOnVnCheckboxAndVnInput #1295
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1295
Loading…
Reference in New Issue
No description provided.
Delete Branch "7411-addInfoOnVnCheckboxAndVnInput"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
7411-addInfoOnVnCheckboxAndVnInputto #7411 - addInfoOnVnCheckboxAndVnInput@ -0,0 +4,4 @@
const modelValue = defineModel({ type: Boolean, default: false });
const $props = defineProps({
label: {
no poner label
@ -0,0 +17,4 @@
<template>
<div>
<QCheckbox
Quitar label y poner:
Para que tenga los mismo parametros y emita los mismos eventos
@ -135,1 +127,3 @@
>
:label="t('account.card.actions.sync.checkbox')"
:info="t('account.card.actions.sync.tooltip')"
color="primary"
Falta parametros
@ -118,3 +114,1 @@
</QTooltip>
</QIcon>
</div>
<VnCheckbox
Se ve igual sin el div?
Si, se ve exactamente igual
@ -0,0 +14,4 @@
<template>
<div>
<QCheckbox
v-bind="$attrs"
Falta el
v-on="$attrs"
@ -0,0 +16,4 @@
<QCheckbox
v-bind="$attrs"
v-model="modelValue"
/>
Acabo de ver que falta esta parte para que tenga los mismo slots: