✨(all): 发布 1.2.4
This commit is contained in:
parent
52855aa927
commit
a886dbab5d
@ -1,11 +1,12 @@
|
||||
<template>
|
||||
<div>
|
||||
<lay-dropdown ref="dropdownRef" :disabled="props.disabled">
|
||||
<lay-input
|
||||
readonly
|
||||
:name="name"
|
||||
:value="dateValue || modelValue"
|
||||
prefix-icon="layui-icon-date">
|
||||
<lay-input
|
||||
readonly
|
||||
:name="name"
|
||||
:value="dateValue || modelValue"
|
||||
prefix-icon="layui-icon-date"
|
||||
>
|
||||
</lay-input>
|
||||
<template #content>
|
||||
<!-- 日期选择 -->
|
||||
|
Loading…
Reference in New Issue
Block a user