Skip to content

Commit 1ac689a

Browse files
committed
docs(icon): update doc.md
1 parent f06cfb5 commit 1ac689a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/packages/__VUE/icon/doc.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Loading,Location,Location2,Check,Close,Left,Service,Top,Right,CheckNormal,Checke
4545
```ks
4646
import { createApp } from 'vue';
4747
import { IconFont } from '@nutui/icons-vue';
48-
48+
import '@nutui/icons-vue/dist/style_iconfont.css';
4949
const app = createApp();
5050
app.use(IconFont);
5151
```

src/packages/__VUE/icon/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Loading,Location,Location2,Check,Close,Left,Service,Top,Right,CheckNormal,Checke
4747
```js
4848
import { createApp } from 'vue';
4949
import { IconFont } from '@nutui/icons-vue';
50-
50+
import '@nutui/icons-vue/dist/style_iconfont.css';
5151
const app = createApp();
5252
app.use(IconFont);
5353
```

0 commit comments

Comments
 (0)