Skip to content

Commit

Permalink
docs(icon): update doc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Mar 10, 2023
1 parent f06cfb5 commit 1ac689a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages/__VUE/icon/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Loading,Location,Location2,Check,Close,Left,Service,Top,Right,CheckNormal,Checke
```ks
import { createApp } from 'vue';
import { IconFont } from '@nutui/icons-vue';
import '@nutui/icons-vue/dist/style_iconfont.css';
const app = createApp();
app.use(IconFont);
```
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/icon/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Loading,Location,Location2,Check,Close,Left,Service,Top,Right,CheckNormal,Checke
```js
import { createApp } from 'vue';
import { IconFont } from '@nutui/icons-vue';

import '@nutui/icons-vue/dist/style_iconfont.css';
const app = createApp();
app.use(IconFont);
```
Expand Down

0 comments on commit 1ac689a

Please sign in to comment.