diff --git a/src/views/index.vue b/src/views/index.vue index 4712e3f..aa52adf 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -571,7 +571,7 @@ const date1 = ref([]) const setItemsId = (e) => { itemsId.value = e } -const locationData = ref({x: 200, y: 300, rotate: -45}) +const locationData = ref({}) const currentPosition = ref({}) const processData = (data) => {