drop old code
This commit is contained in:
@@ -27,8 +27,6 @@ const dataStore = useDataStore()
|
|||||||
const isDragOver = ref(false)
|
const isDragOver = ref(false)
|
||||||
const drag = ref(false)
|
const drag = ref(false)
|
||||||
const tracks = ref<any[]>(props.modelValue || [])
|
const tracks = ref<any[]>(props.modelValue || [])
|
||||||
const touchedCard = ref<any>(null)
|
|
||||||
const touchStartPos = ref<{ x: number, y: number } | null>(null)
|
|
||||||
|
|
||||||
watch(() => props.modelValue, (newValue) => {
|
watch(() => props.modelValue, (newValue) => {
|
||||||
if (newValue) {
|
if (newValue) {
|
||||||
|
|||||||
Reference in New Issue
Block a user