更新crud依赖

This commit is contained in:
icssoa 2021-06-15 00:49:27 +08:00
parent 7d50edd1ac
commit 29bd554d0a
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"array.prototype.flat": "^1.2.4", "array.prototype.flat": "^1.2.4",
"axios": "^0.21.1", "axios": "^0.21.1",
"cl-admin-crud-vue3": "^0.1.6", "cl-admin-crud-vue3": "^0.1.7",
"clipboard": "^2.0.8", "clipboard": "^2.0.8",
"clone-deep": "^4.0.1", "clone-deep": "^4.0.1",
"codemirror": "^5.60.0", "codemirror": "^5.60.0",

View File

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

View File

@ -930,10 +930,10 @@ change-case@^4.1.2:
optionalDependencies: optionalDependencies:
fsevents "~2.3.1" fsevents "~2.3.1"
cl-admin-crud-vue3@^0.1.6: cl-admin-crud-vue3@^0.1.7:
version "0.1.6" version "0.1.7"
resolved "https://registry.yarnpkg.com/cl-admin-crud-vue3/-/cl-admin-crud-vue3-0.1.6.tgz#65ca232ccae7764f627c71facc6d4ac720ae8c42" resolved "https://registry.nlark.com/cl-admin-crud-vue3/download/cl-admin-crud-vue3-0.1.7.tgz#a90711127900f35873556a30673c62242ab1bd51"
integrity sha512-mzl/WyEYeywu5I3J3Noe+X4dhcQ3vKkMOadSTbVAbxJbhEcdg+G7cNm91f3uIdmM5RB8BEA0QNi/pIpMa8Gh/A== integrity sha1-qQcREnkA81hzVWowZzxiJCqxvVE=
dependencies: dependencies:
array.prototype.flat "^1.2.4" array.prototype.flat "^1.2.4"
core-js "^3.6.5" core-js "^3.6.5"