Talent.Miao
Talent.Miao
注意到最新版在定义 columns 的时候,套了 reactive,这就会导致类型不正确,这个怎么解决呢 不套 reactive 就没问题
似乎快速重复访问一个 api 的时候会自动 取消请求从而触发以下错误 如果用 try catch 包围api 请求的话 只有下面这个 否则,按钮还会有一个警告 **[Vue warn]: Unhandled error during execution of component event handler** 请问提示这个错误是正常的吗,可以不用管吗?最佳实践是怎样的 必须用 try catch 包围请求 api 吗?
 Does it support d2loader operation?
Can there be a macOS version?
根据 requestid 查到文档是这样:SignatureDoesNotMatch 请求签名不匹配 https://help.aliyun.com/zh/oss/support/0002-00000040?spm=5176.8466032.console-base_help.dexternal.bcb71450PJQdG6 请问是哪里的问题呢?
 如图,看 html 里已经设置正确的 height 了,但是高度不生效,似乎有个地方 的 img,video{ height: auto} 影响的,我瞎猜的。
### 问题 @iconify/tailwind 插件使用 addDynamicIconSelectors 需要 : icon-[xxx],写法怪异,且没有代码提示(cursor/vscode),这很难受 ### 讨论 简单测试了一下 在vben 中使用 addIconSelectors,有代码提示了,但是这个必须配置图标库 或者使用 [egoist/tailwindcss-icons](https://github.com/egoist/tailwindcss-icons) 这个插件方案,也有代码提示,我其他项目就是用的这个 ### 重要性 去网站找到图标库这种方法实在是太慢太原始了,随便输入个单词 home/car/arrow/dog/shop,所有和单词相关的图标就都出来了,一选就行了,主打一个差不多就行,超级快,如图: 希望改进 附:另外一个项目的记录:https://github.com/cuixueshe/earthworm/wiki/%E9%9B%86%E6%88%90-iconifly-%E6%96%B9%E6%A1%88
TreeFilter 组件 handleNodeClick和handleCheckChange 会同时触发,即使设置成单选的情况下。 https://github.com/user-attachments/assets/2e14b818-ee53-4bb9-80f1-c7a7e36a988f
同一个 ThinkPHP 8项目 ,同样的代码,ORM 3.x **取出**的时间戳字段会自动转换 **4.x 不会还是原始数据**,**写入没问题**。 Config 和 模型类均已配置 ```php protected function getOptions(): array { return [ 'autoWriteTimestamp' => true, 'createTime' => 'created_at', 'updateTime' => 'updated_at', 'deleteTime' =>...
php think migrate:rollback -t xxxxx 这个-t 参数似乎无效了,似乎始终是回滚至上一个版本