fix: refs #8647 warning in VnInputDateTime
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jon Elias 2025-04-16 09:50:24 +02:00
parent 1a954cae60
commit 75780f1ad2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import VnDate from './VnDate.vue';
import VnTime from './VnTime.vue';
const $attrs = useAttrs();
const model = defineModel({ type: [Date] });
const model = defineModel({ type: [Date, String] });
const $props = defineProps({
isOutlined: {