升级uview-ui至2.0

This commit is contained in:
aixianling
2021-11-17 17:34:44 +08:00
parent eea22bacc7
commit 6df18e4f9b
148 changed files with 22 additions and 28429 deletions

View File

@@ -10,12 +10,10 @@
</template>
<script>
import UCalendar from "../uview/components/u-calendar/u-calendar";
import dayjs from 'dayjs'
export default {
name: "AiDate",
components: {UCalendar},
computed: {
label() {
let arr = (this.selected || this.value)?.toString()?.split(",") || []