Commit b19c3a89 authored by tangfh's avatar tangfh

+

parent 3fa4c3a0
## 1.0.1(2024-05-30)
1.0.1
## 1.0.0(2024-05-30)
1.0.0
......@@ -55,7 +55,7 @@
this.picsInner = this.picsInner.filter((item)=> {
return this.picsInner[index] != item
})
this.$emit("delete", _this.picsInner)
this.$emit("delete", this.picsInner)
},
onAddPicBtnClick() {
this.$emit("onAddPicBtnClick");
......
{
"id": "f-add-image-grid",
"displayName": "f-add-image-grid",
"version": "1.0.0",
"version": "1.0.1",
"description": "图片选择",
"keywords": [
"f-add-image-grid"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment