t20-common-lib 0.12.14 → 0.12.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
<script>
|
|
129
129
|
import Tree from "./selectTree/Tree/index.vue";
|
|
130
130
|
import ElSelect from "./selectTree/Extends/ElSelect.vue";
|
|
131
|
-
import Filters from "
|
|
131
|
+
import Filters from "../../../src/common/Filters/index.vue"
|
|
132
132
|
import request from "@/utils/request";
|
|
133
133
|
import { getCommonConfig } from "../../../src/api/common";
|
|
134
134
|
import treeSelectImg from "./selectTree/imgs/tree-select.png";
|