From 8ca277ab85750318aa4fa8f37c2b443ac7472341 Mon Sep 17 00:00:00 2001 From: ElsaOOo Date: Sat, 14 Aug 2021 21:43:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20rate=20=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sites/components/rate/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sites/components/rate/index.md b/sites/components/rate/index.md index 38de55f7..09937b05 100644 --- a/sites/components/rate/index.md +++ b/sites/components/rate/index.md @@ -5,7 +5,7 @@ 何时使用 用户对一个产品进行评分时可以使用。 -## Demo +### Demo

只读模式

@@ -58,14 +58,14 @@
-## 如何使用 +### 如何使用 ### 只读模式 在 module 中引入: ```ts -import { DRate } from "vue-devui"; +import { DRate } from 'vue-devui' ``` 在页面中使用: @@ -76,7 +76,7 @@ import { DRate } from "vue-devui"; # Rate -## d-rate 参数 +### d-rate 参数 | 参数 | 类型 | 默认值 | 描述 | | :-------: | :-----------------------------: | :----: | :------------------------------------------------------- | -- Gitee