Skip to content

Commit 29bd554

Browse files
committed
更新crud依赖
1 parent 7d50edd commit 29bd554

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"array.prototype.flat": "^1.2.4",
1313
"axios": "^0.21.1",
14-
"cl-admin-crud-vue3": "^0.1.6",
14+
"cl-admin-crud-vue3": "^0.1.7",
1515
"clipboard": "^2.0.8",
1616
"clone-deep": "^4.0.1",
1717
"codemirror": "^5.60.0",

src/cool/modules/base/views/param.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<cl-pagination />
1818
</el-row>
1919

20-
<cl-upsert :ref="setRefs('upsert')" v-bind="upsert" @open="onUpsertOpen">
20+
<cl-upsert :ref="setRefs('upsert')" v-bind="upsert" @opened="onUpsertOpen">
2121
<template #slot-content="{ scope }">
2222
<div v-for="(item, index) in tab.list" :key="index" class="editor">
2323
<template v-if="tab.index == index">

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -930,10 +930,10 @@ change-case@^4.1.2:
930930
optionalDependencies:
931931
fsevents "~2.3.1"
932932

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=
937937
dependencies:
938938
array.prototype.flat "^1.2.4"
939939
core-js "^3.6.5"

0 commit comments

Comments
 (0)