Skip to content

Commit

Permalink
fix(shared): 默认属性拼写错误 (#6026)
Browse files Browse the repository at this point in the history
  • Loading branch information
fupengl authored Apr 20, 2020
1 parent e2c6a92 commit 5347c0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/shared/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Map = {

const Progress = {
percent: '',
'show-info': 'fasle',
'show-info': 'false',
'border-radius': '0',
'font-size': '16',
'stroke-width': '6',
Expand Down Expand Up @@ -371,12 +371,12 @@ const Swiper = {
'indicator-dots': 'false',
'indicator-color': singleQuote('rgba(0, 0, 0, .3)'),
'indicator-active-color': singleQuote('#000000'),
autoplay: 'fasle',
autoplay: 'false',
current: '0',
interval: '5000',
duration: '500',
circular: 'false',
vertical: 'fasle',
vertical: 'false',
'previous-margin': '\'0px\'',
'next-margin': '\'0px\'',
'display-multiple-items': '1',
Expand Down

0 comments on commit 5347c0f

Please sign in to comment.