Skip to content

Commit

Permalink
chore(collapse): remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Dec 23, 2023
1 parent 85e8c1f commit 84d56d2
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 84d56d2

Please sign in to comment.