酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

entry-complete.js 214 B

3 years ago
12345678
  1. import Sortable from './entry-defaults.js';
  2. import Swap from '../plugins/Swap';
  3. import MultiDrag from '../plugins/MultiDrag';
  4. Sortable.mount(new Swap());
  5. Sortable.mount(new MultiDrag());
  6. export default Sortable;