diff --git a/docs/component/component-selection.md b/docs/component/component-selection.md index 0862c4f027099bf177c85d4e3fc07e23a52c0fce..73376f615ab020e206ec7c5d93e217827c4e2c3f 100644 --- a/docs/component/component-selection.md +++ b/docs/component/component-selection.md @@ -68,7 +68,7 @@ uni ui有如下优势: #### 插件市场更多组件 插件市场,[https://ext.dcloud.net.cn](https://ext.dcloud.net.cn),有各种玲琅满目的组件、模板。 其中成套的全端兼容ui库包括: -- [uViewUI](https://www.uviewui.com):整合了非常多组件,功能丰富、文档清晰,但不支持nvue +- [uViewUI](https://www.uviewui.com):整合了非常多组件,功能丰富、文档清晰,但不支持nvue(2.x已支持nvue) - [colorUI css库](http://ext.dcloud.net.cn/plugin?id=239):颜值很高,css库而非组件 - [unify UI](https://ext.dcloud.net.cn/plugin?id=2251):全端支持的组件库,侧重nvue - [mypUI](https://ext.dcloud.net.cn/plugin?id=2190):全端支持的组件库,侧重nvue diff --git a/docs/component/uniui/uni-sass.md b/docs/component/uniui/uni-sass.md index c8f2cb42c5368daff83874055266b9b87acc7ea6..891f83728932e5225ae8c2c9c060531e7f008824 100644 --- a/docs/component/uniui/uni-sass.md +++ b/docs/component/uniui/uni-sass.md @@ -7,7 +7,7 @@ ```css /* 需要放到文件最上面 */ -@import '@/uni_modules/uni-ui-scss/variables.scss'; +@import '@/uni_modules/uni-scss/variables.scss'; /* 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值 @@ -77,7 +77,7 @@ uni-ui.scss 还提供了一批辅助样式 ,目的是供用户完成快速布 使用需在 App.vue `