fix:更新依赖

This commit is contained in:
liuhuajie
2024-11-08 16:09:09 +08:00
parent d6561dba7e
commit 3be291b97b
3 changed files with 6 additions and 2 deletions

View File

@ -5,6 +5,8 @@
<div class="web">pc</div>
<div class="btn">
<a-button type="primary" @click="view">确定</a-button>
<ElButton type="primary">btn</ElButton>
</div>
</div>
<div class="content">
@ -51,6 +53,7 @@
</div>
</template>
<script setup lang="ts">
import { ElButton } from 'element-plus'
import {DraggableEvent, VueDraggable} from "vue-draggable-plus";
import {onMounted, ref, watch} from 'vue';
import {uuid} from 'lsp-uuid';