Skip to content

Commit

Permalink
Merge pull request #467 from XiaoMi/master
Browse files Browse the repository at this point in the history
release: 1.5.5
  • Loading branch information
sivan authored Jul 25, 2019
2 parents 9fba676 + fc25317 commit 917c1b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/demo/progress/section-circle.jsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import React from 'react'
import DocViewer from '../../../libs/doc-viewer'
import Progress from '../../../components/progress'
import Counter from '../../../components/Counter'
import Counter from '../../../components/counter'
const prefix = 'progress-circle'

const code = `
import React from 'react'
import Progress from '@hi-ui/hiui/es/progress'
import Counter from '@hi-ui/hiui/es/Counter'\n
import Counter from '@hi-ui/hiui/es/counter'\n
class Demo extends React.Component {
constructor () {
super()
Expand Down
4 changes: 2 additions & 2 deletions docs/demo/progress/section-dash.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import React from 'react'
import DocViewer from '../../../libs/doc-viewer'
import Progress from '../../../components/progress'
import Counter from '../../../components/Counter'
import Counter from '../../../components/counter'
const prefix = 'progress-dash'
const code = `
import React from 'react'
import Progress from '@hi-ui/hiui/es/progress'
import Counter from '@hi-ui/hiui/es/Counter'\n
import Counter from '@hi-ui/hiui/es/counter'\n
class Demo extends React.Component {
constructor () {
super()
Expand Down

0 comments on commit 917c1b5

Please sign in to comment.