This commit is contained in:
icssoa
2025-08-01 20:35:28 +08:00
parent a9169134d0
commit bad97a5a70
8 changed files with 236 additions and 132 deletions

View File

@@ -23,6 +23,7 @@ defineOptions({
name: "cl-sign"
});
// 定义组件属性
const props = defineProps({
pt: {
type: Object,
@@ -75,8 +76,10 @@ const props = defineProps({
}
});
// 定义事件发射器
const emit = defineEmits(["change"]);
// 获取当前实例
const { proxy } = getCurrentInstance()!;
// 触摸点类型