draggable.js 73 B

1234567
  1. Page({
  2. data: {
  3. list: [
  4. 1, 2, 3
  5. ]
  6. }
  7. })