添加cl-draggable组件

This commit is contained in:
icssoa
2025-07-27 22:27:53 +08:00
parent 0c4fc52b9a
commit 9a49963a91
10 changed files with 885 additions and 2 deletions

View File

@@ -61,7 +61,9 @@ const list = computed<Item[]>(() => {
});
// 隐藏原生 tabBar
// #ifndef MP
uni.hideTabBar();
// #endif
</script>
<style lang="scss" scoped>