Skip to content

Commit

Permalink
fixes merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamilenkovic committed Jan 16, 2024
1 parent 33b73cc commit 4daeeba
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/pages/playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ let dropZone2 = ref(null);
let firstListValues = ref(["Apple", "Banana", "Orange"]);
let secondListValues = ref(["Pear", "Peach", "Grape"]);
<<<<<<< HEAD
let showList1 = ref(true);
setTimeout(() => {
Expand Down Expand Up @@ -45,14 +44,6 @@ onMounted(() => {
},
plugins: [dropZone({})],
});
=======
dragAndDrop({
parent: firstList,
values: firstListValues,
draggable: (child: HTMLElement) => {
return child.classList.contains("item");
},
>>>>>>> main
});
const testValues1 = computed(() => {
Expand Down

0 comments on commit 4daeeba

Please sign in to comment.