快乐的梦鱼 hace 6 días
padre
commit
c9f689e882

+ 5 - 1
src/components/README.md

@@ -2,7 +2,11 @@
 
 NaEasy UI 是一款简单的 UniApp 移动端UI组件库。
 
-[文档](https://docs.imengyu.top/naeasy-ui-uniapp/)
+[文档](https://docs.imengyu.top/naeasy-ui-uniapp-docs/)
+
+## 版本
+
+当前版本:INDEV 0.0.0
 
 ## 版权说明
 

+ 0 - 1
src/components/dialog/ActionSheet.vue

@@ -8,7 +8,6 @@
     round
     @close="onCancelClick"
   >
-  TODO: FIX 居中宽度
     <scroll-view 
       :scroll-y="true"
       :style="{

+ 1 - 1
src/components/typography/VerticalScrollOneText.vue

@@ -80,7 +80,7 @@ onMounted(() => {
 watch(() => props.oneStr, (currentStr, prevStr) => {
   anim.value = false;
 
-  if (currentStr === '' || prevStr === '') {
+  if (!currentStr || !prevStr) {
     currentScrollTop.value = true;
     upText.value = currentStr;
     downText.value = currentStr;