mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
1 line
1017 B
Plaintext
1 line
1017 B
Plaintext
{"version":3,"file":"index.4e650cca.js","sources":["../../../src/components/DraggableComponent/index.vue"],"sourcesContent":["<script setup lang=\"ts\">\nconst el = ref<HTMLElement | null>(null)\n\nconst { x, y, style } = useDraggable(el, {\n initialValue: { x: 630, y: 14 },\n})\n</script>\n\n<template>\n <div class=\"draggable-component\" ref=\"el\" :style=\"style\">\n Drag me! I am at {{ x }}, {{ y }}\n </div>\n</template>\n\n<style lang=\"scss\" scope>\n.draggable-component {\n position: fixed;\n padding: 8px 16px;\n border: 1px solid rgba(156, 163, 175, 0.3);\n cursor: move;\n z-index: 10;\n}\n</style>\n"],"names":["el","ref","x","y","style","useDraggable"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;y/oBACA,MAAAA,EAAAC,GAAA,IAAA,EAEA,CAAA,EAAAC,EAAA,EAAAC,EAAA,MAAAC,CAAA,EAAAC,GAAAL,EAAA,CAAyC,aAAA,CAAA,EAAA,IAAA,EAAA,EAAA,CACT,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"} |