Skip to content

Commit

Permalink
docs(readme): update README.zh_CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akinoccc authored May 7, 2024
1 parent df6bdae commit c62f5f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[Changelog](./CHANGELOG.md) · [English](./README.md) · 中文
</div>

## Feature
## 特性

✅ 样式化 Vue 组件或样式化组件

Expand Down Expand Up @@ -207,7 +207,7 @@ const StyledTranslateDiv = styled(StyledBaseDiv)`
</template>
```

### Create Global Style
### 生成全局样式

一个用于创建全局样式的函数。

Expand All @@ -226,7 +226,7 @@ const GlobalStyle = createGlobalStyle`
</template>
```

### Generate CSS Mixin
### 生成css

一个用于从带有插值的模板字符串生成 CSS 的函数。

Expand Down Expand Up @@ -281,12 +281,13 @@ const DivWithAttrs2 = withAttrs(DivWithAttrs, {
</style>
```

**更多细节请查看 [官方文档](https://v-vibe.github.io/vue-styled-components/)**
**更多细节请查看 [官方文档](https://vue-styled-components.com)**

## 贡献者

<a href="https://github.com/v-vibe/vue-styled-components/graphs/contributors">
<img alt="contributor list" src="https://contrib.rocks/image?repo=v-vibe/vue-styled-components" />
</a>


另外,感谢 [styled-components](https://github.com/styled-components).

0 comments on commit c62f5f8

Please sign in to comment.