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