BUG 25160
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<section class="AiDate">
|
||||
<u-calendar :show="show" :maxDate="maxDate"
|
||||
<u-calendar v-model="show" :maxDate="maxDate"
|
||||
@confirm="handleSelect" :mode="mode" @close="show=false"/>
|
||||
<div flex @click="show=true">
|
||||
<div v-if="label" v-html="label"/>
|
||||
|
||||
Reference in New Issue
Block a user