fix:移除elementui plus的组件
This commit is contained in:
@ -5,8 +5,6 @@
|
|||||||
<div class="web">pc</div>
|
<div class="web">pc</div>
|
||||||
<div class="btn">
|
<div class="btn">
|
||||||
<a-button type="primary" @click="view">确定</a-button>
|
<a-button type="primary" @click="view">确定</a-button>
|
||||||
<ElButton type="primary">btn</ElButton>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@ -52,8 +50,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ElButton } from 'element-plus'
|
|
||||||
import {DraggableEvent, VueDraggable} from "vue-draggable-plus";
|
import {DraggableEvent, VueDraggable} from "vue-draggable-plus";
|
||||||
import {onMounted, ref, watch} from 'vue';
|
import {onMounted, ref, watch} from 'vue';
|
||||||
import {uuid} from 'lsp-uuid';
|
import {uuid} from 'lsp-uuid';
|
||||||
|
|||||||
Reference in New Issue
Block a user