Merge pull request #301 from TuSimple/freestyle

Freestyle
This commit is contained in:
07akioni 2020-09-04 01:34:38 +08:00 committed by GitHub Enterprise
commit a7091dc5de
266 changed files with 365 additions and 292 deletions

View File

@ -13,7 +13,7 @@
</template>
<script>
import LandingFooter from './documentation/landing/footer'
import LandingFooter from './documentation/landing/Footer'
export default {
components: {

View File

@ -1,6 +1,6 @@
import { Vue, i18n } from './init'
import debugRouteMixin from './routes/debugRouteMixin'
import debugRouteMixin from './routes/debug-route-mixin'
import hljs from './hljs'
import demoRouterView from './DemoRouterView'
// import './styles/test-customize-style-scheme.scss' // test customize style scheme

View File

@ -1,6 +1,6 @@
import { Vue, i18n } from './init'
import debugRouteMixin from './routes/debugRouteMixin'
import debugRouteMixin from './routes/debug-route-mixin'
import hljs from './hljs'
import demoRouterView from './DemoRouterView'
// import './styles/test-customize-style-scheme.scss' // test customize style scheme

View File

@ -4,7 +4,7 @@ These demos used to use some charactor names from *Hard-Boiled Wonderland and th
## Demos
```demo
basic
ignoreGap
ignore-gap
affix
scrollto

View File

@ -4,7 +4,7 @@
## 演示
```demo
basic
ignoreGap
ignore-gap
affix
scrollto
```

View File

@ -6,9 +6,9 @@ Scroll down to see demos work.
```demo
basic
visibilityHeight
changePosition
targetContainerSelector
visibility-height
change-position
target-container-selector
```
## Props

View File

@ -6,9 +6,9 @@
```demo
basic
visibilityHeight
changePosition
targetContainerSelector
visibility-height
change-position
target-container-selector
```
## Props

View File

@ -16,17 +16,17 @@ DataTable is used to displays rows of structured data.
basic
border
size
filterAndSorter
filter-and-sorter
select
controlled-page
controlled-filter
controlled-sorter
fixedHeader
fixedHeaderColumn
fixed-header
fixed-header-column
ellipsis
renderHeader
customStyle
ajaxUsage
render-header
custom-style
ajax-usage
```
## Props

View File

@ -16,17 +16,17 @@
basic
border
size
filterAndSorter
filter-and-sorter
select
controlled-page
controlled-filter
controlled-sorter
fixedHeader
fixedHeaderColumn
fixed-header
fixed-header-column
ellipsis
renderHeader
customStyle
ajaxUsage
render-header
custom-style
ajax-usage
```
## Props

View File

@ -9,7 +9,7 @@ daterange
datetimerange
size
disabled
disabledTime
disabled-time
actions
events
format

View File

@ -9,7 +9,7 @@ daterange
datetimerange
size
disabled
disabledTime
disabled-time
actions
events
format

Some files were not shown because too many files have changed in this diff Show More