更换后台UI,使用adminlteUI
This commit is contained in:
8
public/static/plugins/Sortable/entry/entry-complete.js
Normal file
8
public/static/plugins/Sortable/entry/entry-complete.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import Sortable from './entry-defaults.js';
|
||||
import Swap from '../plugins/Swap';
|
||||
import MultiDrag from '../plugins/MultiDrag';
|
||||
|
||||
Sortable.mount(new Swap());
|
||||
Sortable.mount(new MultiDrag());
|
||||
|
||||
export default Sortable;
|
||||
Reference in New Issue
Block a user