large-model-component 1.0.4 → 1.0.5
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 +1 -1
- package/packages/model/model.vue +2 -2
package/package.json
CHANGED
package/packages/model/model.vue
CHANGED
|
@@ -206,8 +206,8 @@ import {
|
|
|
206
206
|
quickAccess as getQuickAccessApi,
|
|
207
207
|
suggestive,
|
|
208
208
|
votePort
|
|
209
|
-
} from "
|
|
210
|
-
import ContentFold from "
|
|
209
|
+
} from "../../src/api/user";
|
|
210
|
+
import ContentFold from "../../src/components/contentFold";
|
|
211
211
|
|
|
212
212
|
const ALLOWED_EXTENSIONS = ['pdf', 'doc', 'docx', 'txt', 'pptx', 'ppt', 'xls', 'xlsx', 'jpg', 'jpeg', 'png', 'gif', 'webp'];
|
|
213
213
|
const MAX_FILE_SIZE = 10 * 1024 * 1024; // 10M
|