-
### Reproduction Link
```javascript
//这是一个alova的封装库
alova.ts
import { createAlova,useRequest } from 'alova';
import GlobalFetch from 'alova/GlobalFetch';
import VueHook from 'alova/vue';
cons…
-
**Describe the bug; what happened?**
According to the prop types for the SendBox Component we should be able to pass a callback that registers after a message is sent.
From the [documentation](h…
-
这里是免费的程序员招聘服务。
如果你们团队正在招人,欢迎把招聘信息发在这个帖子里面。请简要描述,岗位名称、工作地点、岗位要求、团队简介、联系方式等等。
**注意:同一个团队如果招聘多个岗位,请写在一起,不要分成多个部分张贴。**
读者可以咨询,但请不要发布与招聘无关的内容,禁止对公司或岗位进行评论或抱怨。如果有意应聘,请直接与发帖人联系。
谢绝中介和猎头发帖,违者拉黑。
…
-
Hey can you make a component that takes drag-drop image would be really cool i like your stuff, also you can add a example into ReactHook forms with a image input would be nice :)
-
### 重现链接
https://github.com/Jon-a-than/vite-vue3-ts-alova
### alova 版本
2.5.1
### 描述一下你遇到的问题。
导入`alova`时,TS警告
```
There are types at '/node_modules/alova/typings/index.d.ts', but this result co…
-
I've cloned the UI Library and customized the reactComponents package and installed the customized package along with its dependencies in my app and I am trying to use the usePropsFor() to initialize …
-
在开发联调阶段,能否做到将自定义的的ReactHooks函数,作为微模块的方法提供出去。如果可以的话大致是如何引入调用的。
-
RT
-
## 配置文件
```ts
import { defineConfig } from 'father'
export default defineConfig({
esm: {
output: 'es',
},
cjs: {
output: 'lib',
},
extraBabelPlugins: [
[
'b…
-
Currently, there's no ergonomic way for the node environment to affect the state of mounted components (browser environment) except via UI actions. So if I need to do something like the following:
…