Skip to content

Commit

Permalink
chore(collapse): remove unused prop (#2794)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Dec 23, 2023
1 parent 26ed453 commit ee3d344
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/packages/__VUE/collapseitem/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ const { create } = createComponent('collapse-item');
export default create({
props: {
collapseRef: {
type: Object
},
title: {
type: String,
default: ''
Expand Down
3 changes: 0 additions & 3 deletions src/packages/__VUE/collapseitem/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ const { create } = createComponent('collapse-item');
export default create({
props: {
collapseRef: {
type: Object
},
title: {
type: String,
default: ''
Expand Down

0 comments on commit ee3d344

Please sign in to comment.