Skip to content

Commit

Permalink
fix: 修复误删draggable的import,导致列设置字段无法显示的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed Mar 4, 2023
1 parent c45f3ff commit f36c506
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
/**
* FsTableColumnsFilter,列设置组件
*/
//不要删
import draggable from "vuedraggable-es";
import _ from "lodash-es";
import FsTableColumnsFixedController from "../fs-table-columns-fixed-controller/index.vue";
import TableStore from "../../../utils/util.store";
Expand Down

0 comments on commit f36c506

Please sign in to comment.