Skip to content

Commit

Permalink
docs: fix docs mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
YanxinTang committed Sep 12, 2020
1 parent 580b5ba commit 15b26e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm i @tyx1703/fluent-ui
### Fully import

```js
import FluentUI from '@/tyx1703/fluent-ui';
import FluentUI from '@tyx1703/fluent-ui';

Vue.use(FluentUI);
```
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm i @tyx1703/fluent-ui
### Fully import

```js
import FluentUI from '@/tyx1703/fluent-ui';
import FluentUI from '@tyx1703/fluent-ui';

Vue.use(FluentUI);
```
Expand Down
6 changes: 0 additions & 6 deletions docs/components/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,6 @@ Fluent-UI 的栅格布局是借助 `flex` 来完成的。主要有两个组件
| xxl | 1366px - 1919px 占据栅格列数 | number |||
| xxxl | 1920px 以上 | 占据栅格列数 | number |||

## 单组件导入

```js
import { Row, Col } from '@tyx1703/fluent-ui/Grid';
```

<style lang="scss">
$oddBackgroundColor: #69797e;
$evenBackgroundColor: #a0aeb2;
Expand Down

0 comments on commit 15b26e9

Please sign in to comment.