feat: 新增组件

This commit is contained in:
DEV_DSW
2025-12-17 16:44:18 +08:00
parent f740491b6d
commit f863f82541
4 changed files with 59 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
<template>
<div class="drag-region">
<slot>
<span class="_placeholder">_hidden</span>
</slot>
</div>
</template>
<style scoped>
._placeholder {
opacity: 0;
}
</style>