File tree 4 files changed +18
-12
lines changed
4 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 13
13
"axios" : " ^0.21.1" ,
14
14
"core-js" : " ^3.6.5" ,
15
15
"element-plus" : " ^1.0.2-beta.31" ,
16
+ "lodash-es" : " ^4.17.20" ,
16
17
"nprogress" : " ^0.2.0" ,
17
18
"vue" : " 3.0.5" ,
18
19
"vue-router" : " 4.0.3" ,
19
20
"vuex" : " 4.0.0-rc.2"
20
21
},
21
22
"devDependencies" : {
22
- "@types/lodash" : " ^4.14.168 " ,
23
+ "@types/lodash-es " : " ^4.17.4 " ,
23
24
"@types/mockjs" : " ^1.0.3" ,
24
25
"@types/nprogress" : " ^0.2.0" ,
25
26
"@vue/cli-plugin-babel" : " ~4.5.0" ,
Original file line number Diff line number Diff line change 1
- /*
2
- * @Description :
3
- * @Autor : xiukun@herry
4
- * @Date : 2021-02-08 15:21:58
5
- * @LastEditors : xiukun@herry
6
- * @LastEditTime : 2021-02-08 15:38:59
7
- */
8
1
module . exports = {
9
2
plugins : [ require ( 'tailwindcss' ) ( ) , require ( 'autoprefixer' ) ( ) ] ,
10
3
} ;
Original file line number Diff line number Diff line change 3
3
* @Autor : xiukun@herry
4
4
* @Date : 2021-02-03 16:48 :56
5
5
* @LastEditors : xiukun@herry
6
- * @LastEditTime : 2021-02-05 18:24 : 53
6
+ * @LastEditTime : 2021-02-20 18:44 : 48
7
7
-->
8
8
<template>
9
9
<el-form ref="registerForm" :model="registerUser" :rules="registerRules" label-width="100px" class="registerForm sign-up-form">
38
38
import { ref, Ref } from 'vue';
39
39
import { validate } from '@/utils/formExtend';
40
40
// import axios from 'axios' // 仅限在当前组件使用
41
- import { cloneDeep } from 'lodash';
41
+ import { cloneDeep } from 'lodash-es ';
42
42
export default {
43
43
props: {
44
44
registerUser: {
Original file line number Diff line number Diff line change 1020
1020
resolved "https://registry.npm.taobao.org/@types/json-schema/download/@types/json-schema-7.0.7.tgz?cache=0&sync_timestamp=1611096164561&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fjson-schema%2Fdownload%2F%40types%2Fjson-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
1021
1021
integrity sha1-mKmTUWyFnrDVxMjwmDF6nqaNua0=
1022
1022
1023
- " @types/lodash@^4.14.168 " :
1023
+ " @types/lodash-es@^4.17.4 " :
1024
+ version "4.17.4"
1025
+ resolved "https://registry.npm.taobao.org/@types/lodash-es/download/@types/lodash-es-4.17.4.tgz#b2e440d2bf8a93584a9fd798452ec497986c9b97"
1026
+ integrity sha1-suRA0r+Kk1hKn9eYRS7El5hsm5c=
1027
+ dependencies :
1028
+ " @types/lodash" " *"
1029
+
1030
+ " @types/lodash@* " :
1024
1031
version "4.14.168"
1025
- resolved "https://registry.npm.taobao.org/@types/lodash/download/@types/lodash-4.14.168.tgz?cache=0&sync_timestamp=1610980852548&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-4.14.168.tgz #fe24632e79b7ade3f132891afff86caa5e5ce008"
1032
+ resolved "https://registry.npm.taobao.org/@types/lodash/download/@types/lodash-4.14.168.tgz#fe24632e79b7ade3f132891afff86caa5e5ce008"
1026
1033
integrity sha1-/iRjLnm3rePxMoka//hsql5c4Ag=
1027
1034
1028
1035
" @types/mime@^1 " :
@@ -5205,6 +5212,11 @@ locate-path@^5.0.0:
5205
5212
dependencies :
5206
5213
p-locate "^4.1.0"
5207
5214
5215
+ lodash-es@^4.17.20 :
5216
+ version "4.17.20"
5217
+ resolved "https://registry.npm.taobao.org/lodash-es/download/lodash-es-4.17.20.tgz?cache=0&sync_timestamp=1608444888079&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Flodash-es%2Fdownload%2Flodash-es-4.17.20.tgz#29f6332eefc60e849f869c264bc71126ad61e8f7"
5218
+ integrity sha1-KfYzLu/GDoSfhpwmS8cRJq1h6Pc=
5219
+
5208
5220
lodash.camelcase@^4.3.0 :
5209
5221
version "4.3.0"
5210
5222
resolved "https://registry.npm.taobao.org/lodash.camelcase/download/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
You can’t perform that action at this time.
0 commit comments