chore: some doc change

This commit is contained in:
07akioni 2020-03-11 18:19:12 +08:00
parent 4e87d3f184
commit 7d28a16898
5 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,3 @@
<!--no-demo-->
# Naive UI
Naive UI is a Vue-Based Frontend Component Library of TuSimple.
Naive UI is a Vue Component Library.

View File

@ -1,3 +1,3 @@
<!--no-demo-->
# Naive UI
Naive UI 是图森未来前端的 Vue 组件库。
Naive UI 是一个 Vue 组件库。

View File

@ -2,11 +2,7 @@
<div class="footer">
<n-divider v-if="showDivider" style="margin: 0 0 16px 0;" />
<n-text depth="tertiary">
A <a ref="noopener noreferer" href="https://www.tusimple.com" target="_blank" class="link">
<n-text>
Tusimple
</n-text>
</a> Project ·&nbsp;
For Preview Only ·&nbsp;
</n-text>
<n-text depth="tertiary">
Designed by <n-a ref="noopener noreferer" class="link" href="https://www.ritalei.com" target="_blank">

7
playground/footer.txt Normal file
View File

@ -0,0 +1,7 @@
<!-- <n-text depth="tertiary">
A <a ref="noopener noreferer" href="https://www.tusimple.com" target="_blank" class="link">
<n-text>
Tusimple
</n-text>
</a> Project ·&nbsp;
</n-text> -->

View File

@ -200,6 +200,8 @@ zindex 有点问题
71. <del>Metropolis 从自带字体去掉<del>
72. <del>Input Group</del>
73. <del>Dropdown API 修改为 label + value目前为止 UI 并没有出现过 key不能只为了它搞特殊value 可以key 甚至会另有作用,现在占用实际是个危险的事情</del>
74. card slot
75. table fixed computed left right
```
Done