Sprite82
Results
2
issues of
Sprite82
- 类型:改进 - 问题描述:目前Input组件中, 根据check字段确定value的数据结构。 ``` let path = check ? `${name}.value` : name``` 某个需求如下: 1. 初始化时input为需要提示warn(check为true) 2. 更新input内容 3. input由于另一个字段导致不需要check。此时,value为[object object] - 期望:value的数据结构应当始终保持一致 ``` interface Value { value: string...
For people who _prefer_ Docker to global installs, they can start quickly by using `docker-compose`. This PR add two files, `Dockerfile` and `docker-compose.yml`. Some guide steps have also been added...