Skip to content

Commit

Permalink
docs(list): update use (jd-opensource#2985)
Browse files Browse the repository at this point in the history
  • Loading branch information
psrheartache authored Mar 20, 2024
1 parent 1936803 commit 519e0dc
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/list/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { createApp } from 'vue';
import { List } from '@nutui/nutui';

const app = createApp();
app.use();
app.use(List);
```

### 基础用法
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/list/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { createApp } from 'vue';
import { List } from '@nutui/nutui-taro';

const app = createApp();
app.use();
app.use(List);
```

### 基础用法
Expand Down

0 comments on commit 519e0dc

Please sign in to comment.