升级uview-ui至2.0
This commit is contained in:
@@ -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(",") || []
|
||||
|
||||
@@ -12,13 +12,10 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import UImage from "../uview/components/u-image/u-image";
|
||||
import UModal from "../uview/components/u-modal/u-modal";
|
||||
import {mapActions} from "vuex";
|
||||
|
||||
export default {
|
||||
name: "AiImage",
|
||||
components: {UModal, UImage},
|
||||
data() {
|
||||
return {
|
||||
dialog: false
|
||||
|
||||
Reference in New Issue
Block a user