File tree 3 files changed +6
-6
lines changed
src/cool/modules/base/views
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
"dependencies" : {
12
12
"array.prototype.flat" : " ^1.2.4" ,
13
13
"axios" : " ^0.21.1" ,
14
- "cl-admin-crud-vue3" : " ^0.1.6 " ,
14
+ "cl-admin-crud-vue3" : " ^0.1.7 " ,
15
15
"clipboard" : " ^2.0.8" ,
16
16
"clone-deep" : " ^4.0.1" ,
17
17
"codemirror" : " ^5.60.0" ,
Original file line number Diff line number Diff line change 17
17
<cl-pagination />
18
18
</el-row >
19
19
20
- <cl-upsert :ref =" setRefs('upsert')" v-bind =" upsert" @open =" onUpsertOpen" >
20
+ <cl-upsert :ref =" setRefs('upsert')" v-bind =" upsert" @opened =" onUpsertOpen" >
21
21
<template #slot-content =" { scope } " >
22
22
<div v-for =" (item, index) in tab.list" :key =" index" class =" editor" >
23
23
<template v-if =" tab .index == index " >
Original file line number Diff line number Diff line change @@ -930,10 +930,10 @@ change-case@^4.1.2:
930
930
optionalDependencies :
931
931
fsevents "~2.3.1"
932
932
933
- cl-admin-crud-vue3@^0.1.6 :
934
- version "0.1.6 "
935
- resolved "https://registry.yarnpkg .com/cl-admin-crud-vue3/- /cl-admin-crud-vue3-0.1.6 .tgz#65ca232ccae7764f627c71facc6d4ac720ae8c42 "
936
- integrity sha512-mzl/WyEYeywu5I3J3Noe+X4dhcQ3vKkMOadSTbVAbxJbhEcdg+G7cNm91f3uIdmM5RB8BEA0QNi/pIpMa8Gh/A= =
933
+ cl-admin-crud-vue3@^0.1.7 :
934
+ version "0.1.7 "
935
+ resolved "https://registry.nlark .com/cl-admin-crud-vue3/download /cl-admin-crud-vue3-0.1.7 .tgz#a90711127900f35873556a30673c62242ab1bd51 "
936
+ integrity sha1-qQcREnkA81hzVWowZzxiJCqxvVE =
937
937
dependencies :
938
938
array.prototype.flat "^1.2.4"
939
939
core-js "^3.6.5"
You can’t perform that action at this time.
0 commit comments