Vue.js Shopping Cart with Drag and Drop (Challenge)

# Introduction In this challenge, we will be implementing the online shopping feature using native web drag and drop events in a provided base project. The task involves dragging images of products to a shopping cart, updating the quantity of products in the cart, and displaying the details and total price of the products. The objective is to complete the TODO part in the `trolley.vue` file and achieve the desired interactive effect.

|60 : 00

Click the virtual machine below to start practicing