javaxiu
Results
12
issues of
javaxiu
a self referencing json schema like this, can mock-json-schema mock this? ```json { "type": "object", "properties": { "name": { "type": "string" }, "tree": { "$ref": "#/definitions/tree" } }, "definitions": {...
enhancement
help wanted
question
### 相关平台 微信小程序 ### 复现仓库 [https://github.com/javaxiu/taro_vite_virtual_list.git](https://github.com/javaxiu/taro_vite_virtual_list.git) **小程序基础库: 3.5.7** **使用框架: React** ### 复现步骤 1. 官方脚手架 4.0.5 版本,创建 vite 模板 2. 复制粘贴官方文档的 virtual list 例子 https://docs.taro.zone/docs/virtual-list 代码 3. 执行 npm run dev:weapp...
F-react
T-weapp
V-4