mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
b0025d9e79
* feat: add typography * fix: review typography * fix: review typography * feat: update typography * feat: update typography * fix: typography * test: update typography Co-authored-by: zkwolf <chenhao5866@gmail.com>
6 lines
67 B
JavaScript
6 lines
67 B
JavaScript
function copy(str) {
|
|
copy.lastStr = str;
|
|
}
|
|
|
|
export default copy;
|