@@ -41,18 +41,17 @@ Install with pnpm
4141pnpm add vue-devui
4242```
4343
44-
4544Then import ` DevUI ` in the ` main.ts ` file:
4645
4746``` ts
48- import { createApp } from ' vue'
49- import App from ' ./App.vue'
47+ import { createApp } from ' vue' ;
48+ import App from ' ./App.vue' ;
5049
5150// Import Vue DevUI component and style
52- import DevUI from ' vue-devui'
53- import ' vue-devui/style.css'
51+ import DevUI from ' vue-devui' ;
52+ import ' vue-devui/style.css' ;
5453
55- createApp (App ).use (DevUI ).mount (' #app' )
54+ createApp (App ).use (DevUI ).mount (' #app' );
5655```
5756
5857Then you can use the vue devui component(such as ` <d-button> ` ) in the ` App.vue ` file:
@@ -119,6 +118,7 @@ Maintainers are community members who have made outstanding contributions and ha
119118- [ brenner8023] ( https://github.com/brenner8023 )
120119
121120Outstanding contributions include, but are not limited to, the following:
121+
122122- 10 or more PRs are merged
123123- Put forward more than 10 review opinions approved by PR authors
124124- Provide constructive optimization advice and promote the project to become better
@@ -220,6 +220,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
220220 <td align="center"><a href="https://github.com/Whbbit1999"><img src="https://avatars.githubusercontent.com/u/60510247?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Whbbit1999</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Whbbit1999" title="Code">💻</a></td>
221221 <td align="center"><a href="https://github.com/zhaoShijuan"><img src="https://avatars.githubusercontent.com/u/31791365?v=4?s=100" width="100px;" alt=""/><br /><sub><b>zhaoShijuan</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=zhaoShijuan" title="Code">💻</a></td>
222222 <td align="center"><a href="https://github.com/XiaoRIGE"><img src="https://avatars.githubusercontent.com/u/33147011?v=4?s=100" width="100px;" alt=""/><br /><sub><b>XiaoRIGE</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=XiaoRIGE" title="Code">💻</a></td>
223+ <td align="center"><a href="https://github.com/xiaogonggong-w"><img src="https://avatars.githubusercontent.com/u/79799040?v=4" width="100px;" alt=""/><br /><sub><b>xiaogonggong-w</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=xiaogonggong-w" title="Code">💻</a></td>
224+ <td align="center"><a href="https://github.com/hqchqc"><img src="https://avatars.githubusercontent.com/u/51051157?v=4" width="100px;" alt=""/><br /><sub><b>hqchqc</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=hqchqc" title="Code">💻</a></td>
225+ <td align="center"><a href="https://github.com/Lucky-Ya-Q"><img src="https://avatars.githubusercontent.com/u/63504321?v=4" width="100px;" alt=""/><br /><sub><b>Lucky-Ya-Q</b></sub></a><br /><a href="https://github.com/DevCloudFE/vue-devui/commits?author=Lucky-Ya-Q" title="Code">💻</a></td>
223226 </tr>
224227 </tbody >
225228</table >
@@ -233,7 +236,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
233236
234237## Partner project
235238
236- - [ H5-Dooring - 让H5制作 ,更简单] ( http://h5.dooring.cn/ )
239+ - [ H5-Dooring - 让 H5 制作 ,更简单] ( http://h5.dooring.cn/ )
237240- [ 灯塔 - 公益性质的反霸凌团队] ( https://www.light-tower.top/ )
238241
239242## License
0 commit comments