yeshili

Results 8 issues of yeshili

还有ALI_CHANNEL_WEB模式 带有time_expire=time()参数也出现错误,删掉也出现错误,只有给0正常。

![image](https://user-images.githubusercontent.com/24773628/199466576-12a6d3b7-4aca-4b2b-90a6-abcf1f02ce65.png)

![image](https://user-images.githubusercontent.com/24773628/199423932-c91656bf-beeb-4e2c-8964-f26175472579.png) 就这么一段代码,没有相关开发手册,谁知道里面封装那些东西,都是干啥用的,找了半天都没找到相关手册,那位大神知道,麻烦发一下,谢谢!!

import { ref } from 'vue'; const textareaValue = ref(''); ![image](https://github.com/user-attachments/assets/78e368cc-5889-4836-84b3-8fc5b87caf49) 预览查看 ![image](https://github.com/user-attachments/assets/022cd1ef-34f9-4c91-b5b7-6fd627b178db) 就算给了测试默认值 ![image](https://github.com/user-attachments/assets/fd32af5f-4162-4448-afac-fbbb3428783d) 看到时空的

![image](https://github.com/user-attachments/assets/4fa50ae0-2b72-4662-bb99-d8f90e0e0ea1)

import { ref, reactive, onMounted } from 'vue'; import { Message, Modal } from 'view-ui-plus'; const defaultList = ref([ { name: 'image-demo-1.jpg', url: 'https://file.iviewui.com/images/image-demo-1.jpg' }, { name: 'image-demo-2.jpg', url: 'https://file.iviewui.com/images/image-demo-2.jpg'...

vue3+nuxt3版本,Tabs标签不生效 ![image](https://github.com/user-attachments/assets/b8f6aacf-7449-4dca-9b49-0e5c539c67f2) 都不生效的 ![image](https://github.com/user-attachments/assets/d09200c3-8d96-48dd-8319-3936d2f6260e)

Bug