Skip to content

Commit

Permalink
fix(sticky): typo index.taro.vue (#3023)
Browse files Browse the repository at this point in the history
  • Loading branch information
lainbo authored Apr 10, 2024
1 parent d493f92 commit de73c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/__VUE/sticky/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default create({
},
scrollTop: {
type: [Number, String],
defualt: -1
default: -1
}
},
emits: ['change'],
Expand Down

0 comments on commit de73c22

Please sign in to comment.