xuiwife

Results 4 issues of xuiwife

可以再多接收一个参数吗 配置水印的倾斜角度 可以支持自定义的图片为水印吗

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🧐 问题描述 复选框展示数据的时候,利用convertValue进行前置转换无效 比如 从服务端拿到的值是 [1,2] 想展示为 ["a","b"] 但是配置了convertValue 后 还是显示的如截图 不知道我的用法是不是不对 ### 💻 示例代码 { return ['a', 'b']; }} /> ### 🚑 其他信息 ![image](https://user-images.githubusercontent.com/8436428/180121518-5b78f962-4244-4d3c-9d61-e3e0fb871945.png)

![image](https://user-images.githubusercontent.com/8436428/43845320-52feacd2-9b5e-11e8-9a98-02e591160fc8.png) 其他页面 需要用到routerData中的数据 但是楼主的demo中,异步获取菜单数据后 routerData中的属性对应的值,都是undefined了 ![image](https://user-images.githubusercontent.com/8436428/43845514-c06f078a-9b5e-11e8-8459-146f0861d26c.png)