提交 d712389b authored 作者: 刘旭's avatar 刘旭

测试

上级 b35a791b
<template>
<view>
<drag-and-drop-sort
style="display: flex; justify-content: center;"
:controlsList="controlsList"
:containerSize="{ width: '200px', height: '100vh' }"
:controlsSize="{ width: 200, height: 40 }"
/>
</view>
</template>
<script setup>
import dragAndDropSort from './drag-and-drop-sort.vue';
let controlsList = [
'#fc5531',
'#1481f9',
'#1ab519',
'#32c0eb',
'#e73e60',
'#a663c2',
'#b26801',
'#1c2e6c',
'#cdccc8',
];
</script>
<style scoped lang="scss"></style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论